{
  "name": "node-ts-server-base-tools",
  "version": "0.0.17",
  "description": "用TypeScript写Node服务端的基础工具包",
  "main": "./release/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "release": "tsc --outDir release --declaration --declarationDir types"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wenjiasen/node-ts-server-base-tools.git"
  },
  "keywords": [
    "TypeScript",
    "Node"
  ],
  "types": "./types/index.d.ts",
  "author": "Jason",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wenjiasen/node-ts-server-base-tools/issues"
  },
  "homepage": "https://github.com/wenjiasen/node-ts-server-base-tools#readme",
  "devDependencies": {
    "@types/node": "^9.4.0"
  },
  "dependencies": {}
}