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.
 
 
 
 
 
 

22 lines
470 B

{
"name": "koa",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"art-template": "^4.13.2",
"koa": "^2.13.1",
"koa-art-template": "^1.1.1",
"koa-bodyparser": "^4.3.0",
"koa-router": "^10.1.1",
"koa-static": "^5.0.0",
"nodemon": "^2.0.12"
}
}