{
  "name": "featurehub-javascript-node-sdk",
  "version": "1.4.0",
  "description": "FeatureHub NodeJS SDK",
  "author": "info@featurehub.io",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "lib/index.js",
  "repository": "github:featurehub-io/featurehub-javascript-sdk",
  "files": [
    "dist/**/*",
    "lib/**/*",
    "app/**/*"
  ],
  "homepage": "https://featurehub.io",
  "keywords": [
    "feature-flag-api",
    "feature-flag-sdk",
    "feature-experimentation",
    "feature-flag",
    "flag",
    "toggle",
    "feature-toggle",
    "feature-toggle-api",
    "remote-configuration",
    "gradual-rollout",
    "ab-testing",
    "feature-flag-react",
    "featurehub"
  ],
  "license": "MIT",
  "scripts": {
    "build": "npm run clean && npm run tsc tsconfig-build.json && npm run tsc tsconfig-es.json",
    "clean": "rm -rf dist lib && rm -rf app/*.js app/*.d.ts app/*.map",
    "build:watch": "npm run build -- -- -w",
    "test": "npm run clean && npm run tsc tsconfig.json",
    "coverage": "nyc npm run test",
    "test:watch": "npm run mocha --opts mocha.opts --watch",
    "tsc": "node ./node_modules/typescript/bin/tsc -p",
    "setup": "npm link featurehub-javascript-client-sdk",
    "link": "npm link",
    "compile": "npm run build && npm link",
    "release": "cp ../README.md . && npm run build && npm publish",
    "prepublishOnly": "npm run build",
    "lint": "./node_modules/.bin/eslint . --ext .js,.jsx,.ts,.tsx --fix"
  },
  "devDependencies": {
    "@fluffy-spoon/substitute": "^1.208.0",
    "@types/chai": "^4.2.18",
    "@types/mocha": "^9.0.0",
    "@types/node": "^12.20.12",
    "chai": "^4.2.0",
    "mocha": "^9.2.0",
    "typescript": "4.5.4",
    "ts-node": "^10.0.0",
    "eslint": "^8.0.0",
    "eslint-plugin-filenames-simple": "0.7.0",
    "@typescript-eslint/eslint-plugin": "^5.26.0",
    "@typescript-eslint/parser": "^5.26.0",
    "@typescript-eslint/typescript-estree": "^5.26.0"
  },
  "dependencies": {
    "eventsource": "^2.0.2",
    "featurehub-javascript-client-sdk": "^1.4.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
