{
  "name": "@traffical/node",
  "version": "0.12.2",
  "description": "Traffical SDK for Node.js - HTTP client with caching and event tracking",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "bun run generate-version && tsc",
    "generate-version": "bun run ../../scripts/generate-version.ts",
    "dev": "tsc --watch",
    "test": "bun run generate-version && bun test",
    "typecheck": "bun run generate-version && tsc --noEmit"
  },
  "dependencies": {
    "@traffical/core": "0.12.1",
    "@traffical/core-io": "0.7.2"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "typescript": "^5.3.0"
  },
  "keywords": [
    "traffical",
    "feature-flags",
    "experimentation",
    "a/b-testing",
    "node"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/traffical/js-sdk"
  },
  "publishConfig": {
    "access": "public"
  }
}
