{
  "name": "@litstack/core",
  "version": "1.4.0",
  "description": "Typescript REST Framework",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "body-parser": "^1.19.0",
    "cors": "^2.8.5",
    "default-response": "^1.0.1",
    "express": "^4.17.1",
    "reflect-metadata": "^0.1.13",
    "rxjs": "^7.5.7",
    "super-injector": "^1.0.5",
    "supertest": "^6.1.3"
  },
  "devDependencies": {
    "@types/chai": "^4.2.16",
    "@types/express": "^4.17.11",
    "@types/mocha": "^10.0.0",
    "@types/node": "^18.11.0",
    "@types/supertest": "^2.0.11",
    "chai": "^4.3.4",
    "coveralls": "^3.1.0",
    "mocha": "^10.1.0",
    "nyc": "^15.1.0",
    "source-map-support": "^0.5.19",
    "ts-node": "^10.9.1",
    "typescript": "^4.2.4"
  },
  "nyc": {
    "include": [
      "**/*.ts"
    ],
    "exclude": [
      "**/*.spec.ts"
    ],
    "extension": [
      ".ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text-summary",
      "html",
      "lcov"
    ],
    "check-coverage": true,
    "per-file": true,
    "lines": 100,
    "statements": 100,
    "functions": 100,
    "branches": 100,
    "sourceMap": true,
    "instrument": true
  },
  "scripts": {
    "fix": "tslint --fix --project ./lib/tsconfig.json",
    "build": "npm test && tsc",
    "test": "nyc mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codyjdalton/litstack.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/codyjdalton/litstack/issues"
  },
  "homepage": "https://github.com/codyjdalton/litstack#readme"
}
