UNPKG

596 BJSONView Raw
1{
2 "name": "burnjs",
3 "version": "1.0.3",
4 "description": "",
5 "main": "./index.js",
6 "types": "./index.d.ts",
7 "scripts": {
8 "test": "mocha ./test",
9 "start": "tsc && NODE_ENV=development node ./dist/app.js ",
10 "dev": "./node_modules/nodemon/bin/nodemon.js",
11 "tree": "tree -I '*svn|*node_module*|example|dist|app'"
12 },
13 "author": "ZhengFang",
14 "license": "MIT",
15 "dependencies": {
16 "@types/koa": "^2.0.43",
17 "@types/koa-router": "^7.0.27",
18 "chai": "^4.1.2",
19 "koa": "^2.4.1",
20 "koa-router": "^7.3.0",
21 "mocha": "^5.0.0",
22 "nodemon": "^1.14.11"
23 }
24}