{
  "name": "switcher-client",
  "version": "4.5.0",
  "description": "Client JS SDK for working with Switcher-API",
  "main": "./switcher-client.js",
  "type": "module",
  "types": "./src/types/index.d.ts",
  "author": {
    "name": "Roger Floriano",
    "email": "switcher.project@gmail.com",
    "url": "https://github.com/petruki"
  },
  "keywords": [
    "feature",
    "toggle",
    "flag",
    "switcher-api"
  ],
  "license": "MIT",
  "scripts": {
    "lint": "eslint ./src/**/*.js ./tests/**/*.js",
    "test": "npm run coverage \"./tests/**/*.test.js\"",
    "test-file": "env-cmd -- npm run coverage",
    "test-local": "env-cmd -- npm run coverage \"./tests/**/*.test.js\"",
    "coverage": "c8 --include='src/**/*.js' mocha",
    "play": "env-cmd -- node ./tests/playground/index.js"
  },
  "files": [
    "LICENSE",
    "switcher-client.js",
    "src/"
  ],
  "devDependencies": {
    "@babel/eslint-parser": "^7.28.4",
    "@typescript-eslint/eslint-plugin": "^8.46.0",
    "@typescript-eslint/parser": "^8.46.0",
    "c8": "^10.1.3",
    "chai": "^6.2.0",
    "env-cmd": "^11.0.0",
    "eslint": "^9.37.0",
    "mocha": "^11.7.4",
    "mocha-sonarqube-reporter": "^1.0.2",
    "sinon": "^21.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/switcherapi/switcher-client-js"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
