@nodeswork/kiws
Version:
Koa-based Injectable Web Service
63 lines (62 loc) • 1.75 kB
JSON
{
"name": "@nodeswork/kiws",
"version": "0.0.24",
"description": "Koa-based Injectable Web Service",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist/ && ./node_modules/.bin/gulp",
"prepublish": "npm test && npm run build",
"prestart": "npm run build",
"start": "node dist/index.js",
"startEmpty": "npm run build && node dist/start.js",
"test": "NODE_ENV=test node_modules/.bin/mocha --timeout=10000 --trace-warnings --compilers ts:ts-node/register"
},
"engines": {
"node": ">= 8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodeswork/kiws.git"
},
"keywords": [
"nodeswork",
"kiws"
],
"author": "andy@nodeswork.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nodeswork/kiws/issues"
},
"homepage": "https://github.com/nodeswork/kiws#readme",
"devDependencies": {
"@types/mocha": "^2.2.43",
"@types/should": "^11.2.0",
"gulp": "^3.9.1",
"gulp-typescript": "^3.2.2",
"mocha": "^3.5.3",
"should": "^13.1.0",
"source-map-support": "^0.4.18",
"ts-node": "^3.3.0",
"typescript": "^2.5.2"
},
"dependencies": {
"@nodeswork/logger": "^0.1.2",
"@nodeswork/utils": "^0.1.12",
"@types/koa": "^2.0.39",
"@types/koa-bodyparser": "^3.0.25",
"@types/koa-router": "^7.0.23",
"@types/request": "^2.0.3",
"@types/request-promise": "^4.1.37",
"@types/underscore": "^1.8.3",
"@types/uuid": "^3.4.2",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.2.1",
"reflect-metadata": "^0.1.10",
"request": "^2.82.0",
"request-promise": "^4.2.1",
"underscore": "^1.8.3",
"uuid": "^3.1.0"
}
}