{
  "name": "express-ts-rest-generator",
  "version": "1.0.9",
  "description": "A library for automatic generating REST API endpoints from typescript class and typed client side classes for connecting to the same REST API.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "lint": "tslint --fix -c tslint.json --project ./tsconfig.json",
    "test": "mocha -r ts-node/register src/**/*.test.ts"
  },
  "keywords": [
    "express",
    "typescript",
    "generator",
    "API",
    "REST",
    "client",
    "generation"
  ],
  "author": "Samo Pajk",
  "license": "MIT",
  "dependencies": {
    "express": "^4.17.1",
    "reflect-metadata": "^0.1.13",
    "tslib": "^1.10.0",
    "tslint": "^5.20.0",
    "typescript": "~3.2.2"
  },
  "devDependencies": {
    "@types/chai": "^4.2.4",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.11.7",
    "chai": "^4.2.0",
    "mocha": "^6.2.2",
    "ts-node": "^8.4.1"
  }
}
