{
  "name": "@speedy-js/speedy-types",
  "version": "0.11.2",
  "description": "",
  "source": "src/index.ts",
  "main": "lib/index.js",
  "types": "dist/speedy-types.d.ts",
  "files": [
    "lib",
    "!lib/*.tsbuildinfo",
    "!*.map",
    "*.d.ts",
    "dist"
  ],
  "keywords": [],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@speedy-js/config": "0.8.0-3",
    "@types/fs-extra": "9.0.13",
    "@types/node": "12.20.42",
    "chokidar": "3.5.2",
    "esbuild": "0.14.25",
    "http-proxy-middleware": "2.0.1",
    "tapable": "2.2.1",
    "terser": "5.9.0",
    "utility-types": "3.10.0",
    "@microsoft/api-extractor": "7.19.4",
    "@speedy-js/eslint-config": "0.0.1",
    "@types/body-parser": "1.19.1",
    "@types/express": "4.17.13",
    "@types/express-serve-static-core": "4.17.24",
    "@types/http-proxy": "1.17.7",
    "@types/qs": "6.9.7",
    "@types/range-parser": "1.2.4",
    "@types/serve-static": "1.13.10",
    "dts-generator": "3.0.0",
    "eslint": "7.32.0",
    "rimraf": "3.0.2",
    "typescript": "4.4.4",
    "@speedy-js/speedy-node-rig": "1.0.0"
  },
  "scripts": {
    "build": "rimraf *.tsbuildinfo lib && tsc && npm run dts",
    "dts": "api-extractor run",
    "dev": "tsc -w"
  }
}