29 lines
699 B
JSON
29 lines
699 B
JSON
{
|
|
"name": "scavengetube",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "ts-node index.ts",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@commander-js/extra-typings": "^11.0.0",
|
|
"@googleapis/youtube": "^11.0.1",
|
|
"commander": "^11.0.0",
|
|
"humanize-duration": "^3.29.0",
|
|
"parse-duration": "^1.1.0",
|
|
"shelljs": "^0.8.5",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.2.2",
|
|
"winston": "^3.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/humanize-duration": "^3.27.1",
|
|
"@types/shelljs": "^0.8.12",
|
|
"prettier": "^3.0.2"
|
|
}
|
|
}
|