{
  "name": "@selinarnd/nest-feature-control",
  "description": "System feature control",
  "version": "1.1.11",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/selina-dev/nest-feature-control.git"
  },
  "author": {
    "name": "Selina",
    "url": "https://www.selina.com"
  },
  "bugs": {
    "url": "https://github.com/selina-dev/nest-feature-control/issues"
  },
  "files": [
    "build"
  ],
  "engines": {
    "node": ">=12.16.0 < 13"
  },
  "engineStrict": true,
  "config": {
    "engine-strict": true
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "build:watch": "yarn build -w",
    "build:typedoc": "typedoc --mode modules --tsconfig tsconfig.build.json --out ./typedoc/",
    "format": "tslint -p tsconfig.base.json --fix --exclude \"node_modules/**\" \"**/*.ts\" && cross-env NODE_OPTIONS=\"--max_old_space_size=4096\" prettier --write \"**/*.{ts,js,json}\"",
    "lint": "tslint -p tsconfig.base.json -c tslint.json --exclude \"node_modules/**\" \"**/*.ts\"",
    "clean": "rimraf build coverage typedoc",
    "test": "jest",
    "test:watch": "yarn test --watch",
    "test:cov": "yarn test --coverage",
    "test:debug": "node --inspect node_modules/jest/bin/jest.js --runInBand",
    "prepublish": "yarn clean && yarn build"
  },
  "dependencies": {
    "@nestjs/common": "^6.11.7",
    "@nestjs/core": "^6.11.7",
    "@nestjs/platform-express": "^6.11.7",
    "@nestjs/swagger": "^3.1.0",
    "@selinarnd/nest-config": "^1.3.0",
    "@selinarnd/nest-core": "^1.6.6",
    "@selinarnd/nest-logging": "^1.3.0",
    "@selinarnd/node-utils": "^1.6.1",
    "class-transformer": "^0.2.3",
    "express": "^4.17.1",
    "reflect-metadata": "^0.1.13",
    "unleash-client": "3.2.6",
    "winston": "^3.2.1"
  },
  "devDependencies": {
    "@nestjs/testing": "^6.5.3",
    "@types/dotenv": "^6.1.1",
    "@types/express": "^4.17.0",
    "@types/jest": "^24.0.16",
    "@types/node": "^12.6.9",
    "cross-env": "^5.2.0",
    "dotenv": "^8.0.0",
    "husky": "^3.0.2",
    "jest": "^24.8.0",
    "lint-staged": "^9.2.1",
    "prettier": "^1.18.2",
    "rimraf": "^2.6.3",
    "ts-jest": "^24.0.2",
    "ts-loader": "^6.0.4",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "tslint-config-prettier": "^1.18.0",
    "typedoc": "^0.15.0",
    "typescript": "^3.5.3",
    "uuid": "^3.4.0"
  }
}
