download-webhook/package.json

42 lines
940 B
JSON

{
"name": "download-webhook",
"version": "0.0.1",
"description": "Download files through webhook",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"devDependencies": {
"nodemon": "^1.19.1"
},
"scripts": {
"start": "node lib/index.js",
"dev": "nodemon lib/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DIYgod/download-webhook.git"
},
"keywords": [
"you-get",
"RSS",
"webhook"
],
"author": "DIYgod",
"license": "MIT",
"bugs": {
"url": "https://github.com/DIYgod/download-webhook/issues"
},
"homepage": "https://github.com/DIYgod/download-webhook#readme",
"dependencies": {
"dotenv": "^8.2.0",
"got": "^11.7.0",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"winston": "^3.2.1",
"winston-transport": "^4.4.0"
}
}