28 lines
621 B
JSON
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"
|
|
}
|
|
}
|