{
  "name": "feature-toggle-client",
  "version": "2.1.6",
  "description": "feature-toggle-client",
  "license": "MIT",
  "repository": "",
  "author": {
    "name": "Blip Platform team",
    "url": "https://blip.ai/"
  },
  "keywords": [
    "launchdarkly",
    "feature toggle",
    "blip"
  ],
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "commit": "./node_modules/.bin/git-cz",
    "clean": "rimraf lib && rimraf coverage",
    "format": "prettier --write \"{src,__tests__}/**/*.ts\" --single-quote es5",
    "lint": "tslint --format verbose \"src/**/*.ts\"",
    "prepublishOnly": "npm run build",
    "prebuild": "npm run clean && npm run lint && echo Using TypeScript && tsc --version",
    "build": "npm run prebuild && tsc --pretty",
    "test": "jest",
    "coverage": "jest --coverage --coverageReporters=text-lcov | coveralls",
    "coverage-local": "jest --coverage",
    "watch": "npm run build -- --watch",
    "watch:test": "jest --watch --coverage",
    "semantic-release": "semantic-release",
    "start": "node ./src/main.js"
  },
  "dependencies": {
    "axios": "^0.21.4",
    "launchdarkly-js-client-sdk": "^3.9.0",
    "uuid": "^3.3.2"
  },
  "devDependencies": {
    "@types/jest": "^22.0.1",
    "@types/node": "^18.0.1",
    "commitizen": "^4.2.4",
    "coveralls": "^3.0.2",
    "cz-conventional-changelog": "^2.1.0",
    "cz-customizable": "5.3.0",
    "cz-customizable-ghooks": "1.5.0",
    "ghooks": "^2.0.4",
    "jest": "^28.1.2",
    "jest-environment-jsdom": "^28.1.2",
    "mock-fs": "^4.7.0",
    "prettier": "^1.5.2",
    "rimraf": "^2.0.0",
    "semantic-release": "^19.0.3",
    "ts-jest": "^28.0.5",
    "ts-node-dev": "^2.0.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.1.0",
    "typescript": "^4.7.4"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-customizable"
    },
    "cz-customizable": {
      "config": "./.cz-config.js"
    },
    "ghooks": {
      "commit-msg": "cz-customizable-ghooks $2"
    }
  },
  "prettier": {
    "semi": true,
    "singleQuote": true
  },
  "release": {
    "analyzeCommits": {
      "releaseRules": [
        {
          "type": "build",
          "release": "patch"
        }
      ]
    }
  }
}
