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.
27 lines
613 B
27 lines
613 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.19.2",
|
|
"connect-timeout": "^1.9.0",
|
|
"crypto": "^1.0.1",
|
|
"express": "^4.17.1",
|
|
"express-fileupload": "^1.1.9",
|
|
"get-pixels": "^3.3.2",
|
|
"image-pixels": "^2.2.2",
|
|
"pg": "^8.2.1",
|
|
"readimage": "^1.1.1",
|
|
"request": "^2.88.2",
|
|
"twitter-autohook": "^1.7.1",
|
|
"unzipper": "^0.10.11"
|
|
},
|
|
"devDependencies": {},
|
|
"description": ""
|
|
}
|
|
|