bandcamp-fetch/package.json
2021-11-15 01:06:19 +08:00

33 lines
693 B
JSON

{
"name": "bandcamp-fetch",
"version": "0.2.2-b.1",
"description": "JS library for scraping Bandcamp content",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/patrickkfkan/bandcamp-fetch.git"
},
"keywords": [
"bandcamp",
"scrape",
"scraper",
"discover",
"album",
"track",
"artist"
],
"author": "Patrick Kan",
"license": "MIT",
"dependencies": {
"bottleneck": "^2.19.5",
"cheerio": "^1.0.0-rc.5",
"html-entities": "^2.0.2",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.1",
"safe-eval": "^0.4.1"
}
}