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.
35 lines
787 B
35 lines
787 B
2 years ago
|
{
|
||
|
"name": "realization",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"start": "node bin/www.js",
|
||
|
"dev": "node_modules\\.bin\\nodemon bin\\www.js",
|
||
|
"prd": "pm2 start bin/www"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"crypto": "^1.0.1",
|
||
|
"jsonwebtoken": "^8.5.1",
|
||
|
"koa": "^2.13.4",
|
||
|
"koa-body": "^5.0.0",
|
||
|
"koa-bodyparser": "^4.3.0",
|
||
|
"koa-logger": "^3.2.1",
|
||
|
"koa-router": "^12.0.0",
|
||
|
"mysql": "^2.18.1",
|
||
|
"mysqls": "^1.2.2",
|
||
|
"nodemailer": "^6.8.0",
|
||
|
"redis": "^4.3.1",
|
||
|
"uuid": "^8.3.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"axios": "^0.27.2",
|
||
|
"mysql-import": "^5.0.21",
|
||
|
"nodemon": "^2.0.19"
|
||
|
}
|
||
|
}
|