bandcamp-fetch/package.json

33 lines
701 B
JSON
Raw Normal View History

2021-01-19 21:37:31 +01:00
{
"name": "bandcamp-fetch",
2021-10-20 13:03:12 +02:00
"version": "0.2.1-b.20211020b",
2021-01-19 21:37:31 +01:00
"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": {
2021-02-16 13:33:54 +01:00
"bottleneck": "^2.19.5",
2021-01-19 21:37:31 +01:00
"cheerio": "^1.0.0-rc.5",
"html-entities": "^2.0.2",
2021-01-26 08:58:39 +01:00
"node-cache": "^5.1.2",
"node-fetch": "^2.6.1",
"safe-eval": "^0.4.1"
2021-01-19 21:37:31 +01:00
}
}