Files
radio-scraper/package.json
2021-03-14 21:02:22 -06:00

26 lines
520 B
JSON

{
"name": "radioscraper",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"express": "^4.17.1",
"fuse.js": "^6.4.6",
"got": "^11.8.1",
"tmp": "^0.2.1",
"youtube-dl-exec": "^1.0.0"
},
"devDependencies": {
"@types/tmp": "^0.2.0",
"eslint": "^7.21.0",
"mocha": "^8.3.1",
"typescript": "^4.2.3"
}
}