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
481 B
22 lines
481 B
{
|
|
"name": "notes",
|
|
"type": "module",
|
|
"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"
|
|
}
|
|
}
|