play-dl-fix/package.json
2021-08-08 19:06:00 +05:30

28 lines
621 B
JSON

{
"name": "killer",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/killer069/node-youtube-dl.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/killer069/node-youtube-dl/issues"
},
"homepage": "https://github.com/killer069/node-youtube-dl#readme",
"dependencies": {
"got": "^11.8.2",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/node-fetch": "^2.5.12"
}
}