{
  "name": "@t00nday/nestjs-flagsmith",
  "version": "1.0.2",
  "description": "A Nest Js wrapper for flagsmith.",
  "main": "index.js",
  "types": "index.d.ts",
  "author": "B'Tunde Aromire",
  "keywords": [
    "nestjs flagsmith",
    "nestjs-flagsmith",
    "nestjs flagsmith",
    "@nestjs/flagsmith",
    "nest flagsmith",
    "nestjs",
    "nest"
  ],
  "directories": {
    "lib": "lib",
    "tests": "tests"
  },
  "scripts": {
    "commit": "commit",
    "format": "prettier --write lib/**/*.ts tests/**/*.ts",
    "build": "rimraf -rf dist && tsc -p tsconfig.json",
    "build:watch": "rimraf -rf dist && tsc -p tsconfig.json -w",
    "lint": "eslint lib/**/*.ts --fix",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "prepublish:next": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "test": "npm run test:integration",
    "test:unit": "jest",
    "test:integration": "jest --config ./tests/jest-e2e.config.json --runInBand",
    "test:cov": "jest --config ./tests/jest-e2e.config.json --runInBand --coverage",
    "prerelease": "npm run build",
    "release": "dotenv release-it --",
    "prepare": ".\\.prepare.bat || ./.prepare"
  },
  "license": "MIT",
  "devDependencies": {
    "@commitlint/cli": "12.1.1",
    "@commitlint/config-conventional": "12.1.1",
    "@commitlint/prompt-cli": "12.1.1",
    "@nestjs/common": "7.6.15",
    "@nestjs/core": "7.6.15",
    "@nestjs/platform-express": "7.6.15",
    "@nestjs/testing": "7.6.15",
    "@types/faker": "5.5.5",
    "@types/jest": "26.0.23",
    "@types/node": "15.0.2",
    "@types/rimraf": "3.0.0",
    "@typescript-eslint/eslint-plugin": "4.23.0",
    "@typescript-eslint/parser": "4.23.0",
    "dotenv-cli": "4.0.0",
    "eslint": "7.26.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "2.22.1",
    "faker": "5.5.3",
    "flagsmith-nodejs": "1.1.0",
    "husky": "6.0.0",
    "jest": "26.6.3",
    "lint-staged": "11.0.0",
    "nock": "13.0.11",
    "prettier": "2.3.0",
    "reflect-metadata": "0.1.13",
    "release-it": "14.6.2",
    "renovate": "25.18.5",
    "rimraf": "3.0.2",
    "rxjs": "6.6.7",
    "ts-jest": "26.5.6",
    "typescript": "4.2.4"
  },
  "peerDependencies": {
    "@nestjs/common": "^6.10.0 || ^7.0.0",
    "flagsmith-nodejs": "^1.1.0",
    "reflect-metadata": "^0.1.12",
    "rxjs": "^6.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toondaey/nestjs-flagsmith.git"
  },
  "bugs": {
    "url": "https://github.com/toondaey/nestjs-flagsmith/issues"
  },
  "homepage": "https://github.com/toondaey/nestjs-flagsmith#readme"
}
