{
  "name": "@featurevisor/core",
  "version": "2.27.0",
  "description": "Core package of Featurevisor for Node.js usage",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "transpile": "rimraf lib && tsc --project tsconfig.cjs.json",
    "dist": "echo 'Nothing to dist here'",
    "build": "npm run transpile",
    "test": "jest --config jest.config.js --verbose --coverage"
  },
  "author": {
    "name": "Fahad Heylaal",
    "url": "https://fahad19.com"
  },
  "homepage": "https://featurevisor.com",
  "keywords": [
    "featurevisor",
    "feature",
    "features",
    "flags",
    "feature flags",
    "feature toggles",
    "feature management",
    "experimentation",
    "experiment",
    "experiments"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/featurevisor/featurevisor.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "bugs": {
    "url": "https://github.com/featurevisor/featurevisor/issues"
  },
  "license": "MIT",
  "dependencies": {
    "@featurevisor/parsers": "2.24.0",
    "@featurevisor/sdk": "2.27.0",
    "@featurevisor/site": "2.23.0",
    "@featurevisor/types": "2.23.0",
    "axios": "^1.3.4",
    "tar": "^7.5.7",
    "yargs": "^17.7.2",
    "zod": "^4.0.17"
  },
  "gitHead": "7943a7b5b188274c1f7cd27af36cf03721a18d49"
}
