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.
31 lines
685 B
31 lines
685 B
{
|
|
"name": "koa",
|
|
"version": "1.0.0",
|
|
"description": "a koa2 project",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"init_sql": "node ./init/index.js",
|
|
"dev": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs": "^0.0.1-security",
|
|
"gm": "^1.23.1",
|
|
"gm-buffer": "^0.0.3",
|
|
"koa": "^2.11.0",
|
|
"koa-bodyparser": "^3.2.0",
|
|
"koa-jsonp": "^2.0.2",
|
|
"koa-mysql-session": "^0.0.2",
|
|
"koa-router": "^7.4.0",
|
|
"koa-session-minimal": "^3.0.4",
|
|
"koa-static": "^5.0.0",
|
|
"mysql": "^2.17.1",
|
|
"nodemailer": "^6.4.1",
|
|
"path": "^0.12.7",
|
|
"sharp": "^0.23.4",
|
|
"thunkify": "^2.1.2",
|
|
"validator": "^12.1.0"
|
|
}
|
|
}
|