22 lines
493 B
JSON
22 lines
493 B
JSON
{
|
|
"name": "achord",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node ./src/index",
|
|
"dev": "NODE_ENV=development DEBUG=koa* node ./src/index",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@koa/router": "^10.0.0",
|
|
"koa": "^2.13.1",
|
|
"koa-static-server": "^1.5.2",
|
|
"koa-views": "^7.0.1",
|
|
"pug": "^3.0.2",
|
|
"simplechordpro": "^1.0.1"
|
|
}
|
|
}
|