{
  "name": "@razee/featureflagsetld",
  "version": "0.7.42",
  "description": "Razee: component to pull feature flag values into a kubernetes environment",
  "main": "./src/index.js",
  "bin": "./bin/featureflagsetld",
  "keywords": [
    "kubernetes",
    "razee",
    "razeedash",
    "razeedeploy",
    "download",
    "feature",
    "flag",
    "version",
    "control",
    "CD"
  ],
  "scripts": {
    "start": "node src/index.js",
    "test": "nyc --reporter=html --all --reporter=text mocha ",
    "test:debug": "mocha --inspect-brk",
    "check-coverage": "nyc check-coverage --statements 0 --branches 0 --functions 0 --lines 0",
    "lint": "npx npm-run-all --npm-path npm eslint markdownlint yaml-lint jsonlint shellcheck",
    "eslint": "npx eslint src/",
    "markdownlint": "npx markdownlint-cli README.md docs/",
    "dockerlint": "npx dockerlint Dockerfile",
    "yaml-lint": "npx yaml-lint kubernetes/FeatureFlagSetLD/*.yaml .travis.yml",
    "jsonlint": "npx jsonlint --quiet build/viewTemplate.json",
    "shellcheck": "npx shellcheck build/*.sh"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:razee-io/FeatureFlagSetLD.git"
  },
  "contributors": [
    {
      "name": "Alex Lewitt"
    },
    {
      "name": "Adam King"
    }
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@razee/kubernetes-util": "^1.1.25",
    "@razee/razeedeploy-core": "^1.3.29",
    "bunyan": "^1.8.15",
    "launchdarkly-node-server-sdk": "^7.0.4",
    "object-path": "^0.11.8"
  },
  "devDependencies": {
    "audit-ci": "^7.1.0",
    "chai": "^4.3.6",
    "dockerlint": "^0.3.9",
    "eslint": "^8.57.0",
    "markdownlint": "^0.36.1",
    "mocha": "^10.8.2",
    "nock": "^13.5.6",
    "npm-check-updates": "^17.1.16",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.1.0",
    "rewire": "^6.0.0",
    "shellcheck": "^1.1.0",
    "sinon": "^14.0.0",
    "yaml-lint": "^1.7.0"
  }
}
