blog-server/package.json

16 lines
334 B
JSON

{
"scripts": {
"start": "node app.js"
},
"dependencies": {
"fs": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"koa": "^2.10.0",
"koa-bodyparser": "^4.2.1",
"koa-jwt": "^3.6.0",
"koa-router": "^7.4.0",
"mongodb": "^3.3.4",
"nunjucks": "^3.2.0"
}
}