simple-koa2-cli
Version:
23 lines (22 loc) • 404 B
JSON
{
"name": "koa2_demo",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"koa2",
"simple koa2"
],
"author": "",
"license": "ISC",
"dependencies": {
"@koa/cors": "^2.2.1",
"koa": "^2.5.1",
"koa-body": "^4.0.1",
"koa-router": "^7.4.0",
"mysql": "^2.15.0"
}
}