{ "name": "koa-project", "version": "1.0.0", "description": "", "type": "module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "nodemon index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@koa/router": "^12.0.0", "koa": "^2.14.2", "koa-static": "^5.0.0" } }