{
  "name": "@jschneller/nestjs-feature-flag-manager",
  "version": "1.1.0",
  "description": "Feature flag manager library in Nestjs",
  "main": "dist/index.js",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "lint": "eslint \"{src,test}/**/*.ts\"",
    "lint-fix": "eslint \"{src,test}/**/*.ts\" --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/Schneller/nestjs-feature-flag-manager.git"
  },
  "keywords": [
    "nestjs",
    "feature-flag-manager",
    "unleash"
  ],
  "author": "Jakub Schneller",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/Schneller/nestjs-feature-flag-manager/issues"
  },
  "homepage": "https://gitlab.com/Schneller/nestjs-feature-flag-manager#readme",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.10.2",
    "@typescript-eslint/parser": "^5.10.2",
    "eslint": "^8.8.0",
    "typescript": "^4.5.5",
    "@types/node": "^18.0.0"
  },
  "dependencies": {
    "@nestjs/common": "^8.4.7",
    "@jschneller/nestjs-unleash": "^1.0.3"
  },
  "types": "./dist/index.d.ts"
}
