{
  "name": "@neoskop/nem",
  "version": "0.6.0-rc.5",
  "description": "Strucktured modules to build express apps",
  "main": "lib/public_api.js",
  "typings": "lib/public_api.d.ts",
  "scripts": {
    "test:raw": "TS_NODE_CACHE=false mocha --opts mocha.opts",
    "test:watch": "npm run test:raw -- --watch",
    "test:coverage": "rimraf coverage && nyc -e '.ts' -r html -r text npm run test:raw",
    "test": "npm run test:coverage && nyc report -r text-lcov | coveralls",
    "clean": "rimraf lib",
    "prebuild": "npm run test:coverage",
    "build": "npm run clean && tsc",
    "docs": "typedoc",
    "publish-please": "publish-please",
    "prepublishOnly": "publish-please guard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neoskop/nem.git"
  },
  "keywords": [
    "express",
    "modules",
    "di"
  ],
  "author": "Mark Wecke <mark.wecke@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/neoskop/nem/issues"
  },
  "homepage": "https://github.com/neoskop/nem#readme",
  "devDependencies": {
    "@angular/core": "7.2.4",
    "@neoskop/injector": "1.3.2",
    "@types/chai": "4.1.4",
    "@types/debug": "0.0.30",
    "@types/express": "4.16.0",
    "@types/express-session": "1.15.10",
    "@types/http-status": "0.2.30",
    "@types/mocha": "5.2.2",
    "@types/node": "10.3.3",
    "@types/sinon": "5.0.1",
    "@types/sinon-chai": "3.2.0",
    "@types/source-map-support": "0.4.1",
    "chai": "4.1.2",
    "coveralls": "3.0.1",
    "ejs": "2.6.1",
    "express-session": "1.15.6",
    "mocha": "5.2.0",
    "nyc": "12.0.2",
    "publish-please": "5.2.0",
    "reflect-metadata": "^0.1.12",
    "rimraf": "2.6.2",
    "rollup": "0.60.7",
    "rollup-plugin-commonjs": "9.1.3",
    "rollup-plugin-node-resolve": "3.3.0",
    "rollup-plugin-sourcemaps": "0.4.2",
    "sinon": "6.0.0",
    "sinon-chai": "3.2.0",
    "ts-node": "6.1.1",
    "tslib": "1.9.2",
    "typedoc": "0.11.1",
    "typedoc-plugin-internal-external": "1.0.10",
    "typescript": "^2.9.2",
    "rxjs": "6.4.0",
    "zone.js": "0.8.29",
    "express": "4.16.3"
  },
  "nyc": {
    "exclude": [
      "**/*.spec.ts",
      "**/*.fixture.ts",
      "dist",
      "bundle"
    ]
  },
  "peerDependencies": {
    "@angular/core": "*",
    "@neoskop/injector": "*",
    "reflect-metadata": "*",
    "rxjs": "*",
    "zone.js": "*",
    "express": "*",
    "@neoskop/annotation-factory": "*",
    "debug": "*",
    "http-status": "*",
    "source-map-support": "*"
  },
  "resolutions": {
    "typescript": "2.9.1"
  }
}