@anyhowstep/ts-route-server
Version:
24 lines (23 loc) • 624 B
JSON
{
"name": "@anyhowstep/ts-route-server",
"version": "4.0.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -d"
},
"author": "",
"license": "ISC",
"dependencies": {
"@anyhowstep/error-middleware": "^1.1.0",
"@anyhowstep/json-api": "^2.0.0",
"@anyhowstep/ts-route-shared": "^4.0.0",
"@anyhowstep/type-util": "^1.4.0",
"@types/express": "^4.0.37",
"@types/express-serve-static-core": "^4.0.50",
"express": "^4.15.4",
"typescript": "^2.5.0-dev.20170808"
}
}