Add fields in package.json
Showing
{ | ||
"name": "archive-collection", | ||
"version": "1.0.0", | ||
"description": "download a collection from archive.org", | ||
"description": "download files from archive.org collections", | ||
"homepage": "https://lab.burn.capital/chaz/archive-collection", | ||
"bugs": { | ||
"email": "charleslindsay@pm.me" | ||
}, | ||
"license": "GPL-3.0-or-later", | ||
"author": "Charles Lindsay <charleslindsay@pm.me>", | ||
"main": "index.js", | ||
"bin": { | ||
"archive-collection": "bin/archive-collection.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://lab.burn.capital/chaz/archive-collection.git" | ||
}, | ||
"dependencies": { | ||
"cheerio": "^1.0.0-rc.3", | ||
"node-fetch": "^2.6.0", | ||
... | ... |
Please register or sign in to comment