28 lines
612 B
JSON
28 lines
612 B
JSON
{
|
|
"name": "koa2-template",
|
|
"version": "1.0.0",
|
|
"description": "init a project with me",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "pm2 start ./src/index.js",
|
|
"dev": "nodemon ./src/index.js",
|
|
"test": "node ./test/redis.test.js"
|
|
},
|
|
"author": "Hawkin",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"dotenv": "^16.0.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"koa": "^2.13.4",
|
|
"koa-body": "^5.0.0",
|
|
"koa-parameter": "^3.0.1",
|
|
"koa-router": "^10.1.1",
|
|
"koa-static": "^5.0.0",
|
|
"pm2": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.16"
|
|
}
|
|
}
|