{
  "name": "fomex",
  "version": "0.0.77",
  "main": "index.js",
  "keywords": [
    "nodejs",
    "typescript",
    "restful",
    "rest",
    "api"
  ],
  "description": "A restful node framework with real type checking",
  "repository": "git@github.com:fomex-ts/fomex.git",
  "author": "范文华 <531362022@qq.com>",
  "license": "MIT",
  "engines": {
    "node": ">=10.13.0"
  },
  "bin": "./bin.js",
  "scripts": {
    "test": "nyc mocha ./tests/*.test.ts ./tests/**/*.test.ts -r ts-node/register --recursive --exit"
  },
  "peerDependencies": {
    "typescript": ">=3.9.3"
  },
  "dependencies": {
    "@i18n-chain/node": "^0.8.0",
    "@types/accepts": "^1.3.5",
    "@types/content-disposition": "^0.5.3",
    "@types/http-errors": "^1.6.3",
    "@types/keygrip": "^1.0.2",
    "accepts": "^1.3.7",
    "chalk": "^4.0.0",
    "co-body": "^6.0.0",
    "content-disposition": "^0.5.3",
    "content-type": "^1.0.4",
    "cookies": "^0.8.0",
    "delegates": "^1.0.0",
    "destroy": "^1.0.4",
    "encodeurl": "^1.0.2",
    "escape-html": "^1.0.3",
    "filesize": "^6.1.0",
    "formidable": "2.0.0-canary.20200504.1",
    "fresh": "^0.5.2",
    "glob": "^7.1.6",
    "http-errors": "^1.7.3",
    "lru-cache": "^5.1.1",
    "mime-types": "^2.1.27",
    "mkdirp": "^1.0.4",
    "on-finished": "^2.3.0",
    "parseurl": "^1.3.3",
    "path-to-regexp": "^6.1.0",
    "qs": "^6.9.4",
    "statuses": "^2.0.0",
    "type-is": "^1.6.18",
    "vary": "^1.1.2",
    "yargs": "^15.3.1"
  },
  "devDependencies": {
    "@types/chai": "^4.2.11",
    "@types/chai-spies": "^1.0.1",
    "@types/co-body": "^5.1.0",
    "@types/content-type": "^1.1.3",
    "@types/cookies": "^0.7.4",
    "@types/destroy": "^1.0.0",
    "@types/encodeurl": "^1.0.0",
    "@types/escape-html": "^1.0.0",
    "@types/fresh": "^0.5.0",
    "@types/glob": "^7.1.2",
    "@types/koa": "2.11.3",
    "@types/lru-cache": "^5.1.0",
    "@types/mime-types": "^2.1.0",
    "@types/mkdirp": "^1.0.1",
    "@types/mocha": "^7.0.2",
    "@types/node": "^14.0.11",
    "@types/on-finished": "^2.3.1",
    "@types/parseurl": "^1.3.1",
    "@types/qs": "^6.9.4",
    "@types/statuses": "^1.5.0",
    "@types/supertest": "^2.0.9",
    "@types/type-is": "^1.6.3",
    "@types/vary": "^1.1.0",
    "@types/yargs": "^15.0.5",
    "chai": "^4.2.0",
    "chai-spies": "^1.0.0",
    "koa": "^2.12.1",
    "mocha": "^7.2.0",
    "nyc": "^15.1.0",
    "public-refactor": "^0.4.1",
    "sleep-promise": "^8.0.1",
    "supertest": "^4.0.2",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.5"
  }
}
