{
  "name": "@gongt/ts-stl-server",
  "es6": true,
  "main": "./package.json",
  "typings": "./boot/loader.d.ts",
  "bin": {
    "ts-app-loader": "boot/default.js"
  },
  "scripts": {
    "postinstall": "screen -d -m bash -c 'sleep 5; rm -rv node_modules' || true"
  },
  "engineStrict": true,
  "engines": {
    "node": ">7",
    "npm": ">4"
  },
  "dependencies": {
    "@gongt/ts-stl-client": "2.2.18",
    "@gongt/ts-stl-library": "2.2.18",
    "debug": ">=3.1.0",
    "fs-extra": ">=5.0.0",
    "source-map-support": ">=0.5.4",
    "winston": "^3.0.0-rc3"
  },
  "devDependencies": {
    "chokidar": ">=2.0.3"
  },
  "version": "2.2.18",
  "description": "a big hole",
  "repository": {
    "type": "git",
    "url": "https://github.com/GongT/typescript-common-library.git"
  },
  "author": "GongT <gongteng524702837@gmail.com>",
  "license": "MIT",
  "jspm": {
    "ignore": [
      "_SRC"
    ],
    "format": "cjs"
  }
}