{ "name": "0010-demo-api", "version": "1.0.0", "description": "", "main": "./dist/server.js", "scripts": { "build": "tsc && cpx src/**/*.html dist", "watch": "concurrently \"tsc --watch\" \"nodemon ./dist/server.js\" \"cpx src/**/*.html dist --watch\"", "start": "node dist/server.js", "clean": "trash ./dist && trash ./dist-test", "test": "tsc -p tsconfig-test.json && jasmine" }, "author": "", "license": "ISC", "dependencies": { "http-status-codes": "^1.3.0", "jasmine": "^3.1.0", "koa": "^2.5.0", "koa-bodyparser": "^4.2.0", "koa-logger": "^3.2.0", "koa-router": "^7.4.0", "koa-views": "^6.1.4", "nunjucks": "^3.1.2" }, "devDependencies": { "@koa/cors": "^2.2.1", "@types/http-status-codes": "^1.2.0", "@types/koa": "^2.0.44", "@types/koa-bodyparser": "^4.2.0", "@types/koa-logger": "^3.1.0", "@types/koa-router": "^7.0.27", "@types/koa-views": "^2.0.3", "@types/koa__cors": "^2.2.2", "@types/nunjucks": "^3.0.0", "@types/jasmine": "^2.8.6", "concurrently": "^3.5.1", "cpx": "^1.5.0", "nodemon": "^1.17.1", "trash-cli": "^1.4.0", "typescript": "^2.7.2" } }