You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
775 B
32 lines
775 B
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"bluebird": "^3.7.2",
|
|
"canvas": "^2.6.1",
|
|
"child_process": "^1.0.2",
|
|
"connect-timeout": "^1.9.0",
|
|
"express": "^4.17.1",
|
|
"express-fileupload": "^1.1.9",
|
|
"express-promise-router": "^4.1.0",
|
|
"moment": "^2.27.0",
|
|
"nodemailer": "^6.4.11",
|
|
"pg": "^8.2.1",
|
|
"pg-promise": "^10.11.1",
|
|
"quickchart-js": "^1.0.6",
|
|
"request": "^2.88.2",
|
|
"twitch-get-stream": "^0.6.0",
|
|
"twitter-autohook": "^1.7.1",
|
|
"unzipper": "^0.10.11"
|
|
},
|
|
"devDependencies": {},
|
|
"description": ""
|
|
}
|
|
|