{
  "version": "1.0.76",
  "description": "Utilities for running Plasmic A/B tests, feature flags, and audience segmentation.",
  "homepage": "https://www.plasmic.app",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plasmicapp/plasmic.git",
    "directory": "packages/loader-splits"
  },
  "license": "MIT",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "module": "./dist/index.esm.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "pnpm build:types && pnpm build:index",
    "build:types": "tsc",
    "build:index": "node ../../build.mjs ./src/index.ts",
    "yalcp": "yalc publish --push",
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "lint": "eslint",
    "prepublishOnly": "npm run build",
    "postpublish": "bash ../../scripts/publish-api-doc-model.sh",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "name": "@plasmicapp/loader-splits",
  "author": "Chung Wu",
  "size-limit": [
    {
      "path": "./dist/index.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@plasmicapp/loader-fetcher": "2.0.5",
    "@types/json-logic-js": "^1.2.1",
    "@vitest/coverage-v8": "4.1.10",
    "vite": "8.1.5",
    "vitest": "4.1.10"
  },
  "dependencies": {
    "json-logic-js": "^2.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "b960713225766df3635763f660645146b92fa693"
}
