play-dl-fix/package.json
C++, JS, TS, Python Developer 398b89a707
YouTube WIP (#5)
YouTube downloader and searcher added
2021-08-13 15:17:35 +05:30

27 lines
599 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": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/node-fetch": "^2.5.12"
}
}