{ "name": "notes", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "MIT", "dependencies": { "@koa/router": "^10.0.0", "isomorphic-unfetch": "^3.1.0", "koa": "^2.13.1", "koa-bodyparser": "^4.3.0", "koa-static": "^5.0.0", "mdast-util-from-markdown": "^0.8.5" } }