{
  "name": "@tsed/common",
  "version": "6.17.4",
  "description": "A TypeScript Framework on top of Express",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "private": false,
  "keywords": [
    "Express",
    "Koa",
    "TypeScript",
    "typescript",
    "Decorator",
    "decorators",
    "decorator",
    "express",
    "koa",
    "Controller",
    "Inject",
    "ioc",
    "di",
    "mvc",
    "swagger",
    "swagger ui",
    "ES2015",
    "ES6",
    "server",
    "rest",
    "api",
    "validation"
  ],
  "author": "Romain Lenzotti",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TypedProject/tsed/issues"
  },
  "homepage": "https://github.com/TypedProject/tsed/tree/production/packages/common",
  "repository": "https://github.com/TypedProject/tsed",
  "scripts": {
    "build": "tsc --build tsconfig.compile.json"
  },
  "dependencies": {
    "@tsed/core": "6.17.4",
    "@tsed/di": "6.17.4",
    "@tsed/exceptions": "6.17.4",
    "@tsed/json-mapper": "6.17.4",
    "@tsed/logger": "^5.5.4",
    "@tsed/schema": "6.17.4",
    "@types/json-schema": "7.0.6",
    "consolidate": "^0.16.0",
    "ejs": "^3.1.5",
    "globby": "11.0.1",
    "json-schema": "^0.2.3",
    "normalize-path": "3.0.0",
    "on-finished": "2.3.0",
    "tslib": "2.0.1",
    "uuid": "8.3.0"
  },
  "devDependencies": {
    "@types/consolidate": "0.14.0",
    "rxjs": "^6.5.2"
  },
  "peerDependencies": {}
}