blob: 912e2523265146064c41199d1f20cafdd4260e4c [file] [log] [blame]
{
"name": "hello-koa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"debug:start": "DEBUG=dubbo* ts-node server2017.ts",
"start": "ts-node server2017.ts",
"debug:start:5": "DEBUG=dubbo* ts-node server2015.ts",
"start:5": "ts-node server2015.ts"
},
"keywords": [],
"author": "",
"license": "Apache Licence 2.0",
"devDependencies": {
"koa": "^2.4.1",
"koa-router": "^7.3.0"
}
}