ytdl-backend/package.json

33 lines
673 B
JSON

{
"name": "ytdl",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check": "standard --fix --verbose",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@koa/cors": "^3.0.0",
"@koa/router": "^8.0.0",
"koa": "^2.7.0",
"koa-body": "^4.1.0",
"koa-logger": "^3.2.1",
"koa-mount": "^4.0.0",
"koa-static": "^5.0.0",
"module-alias": "^2.2.1"
},
"devDependencies": {
"standard": "^13.1.0"
},
"_moduleAliases": {
"@root": ".",
"@libs": "libs",
"@config": "config"
}
}