{
  "name": "@xmachines/play-signals",
  "version": "1.0.0",
  "private": false,
  "description": "TC39 Signals polyfill for XMachines - Fine-grained reactive state primitives",
  "keywords": [
    "reactive",
    "signals",
    "state-management",
    "tc39",
    "xmachines"
  ],
  "homepage": "https://gitlab.com/xmachin-es/xmachines-js/tree/main/packages/play-signals",
  "license": "MIT",
  "author": "XMachines Contributors",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/xmachin-es/xmachines-js.git",
    "directory": "packages/play-signals"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --build",
    "clean": "rm -rf dist *.tsbuildinfo coverage .vitest-attachments test/browser/__screenshots__ node_modules/.svelte2tsx-* node_modules/.vite*",
    "test": "vitest",
    "lint": "oxlint .",
    "lint:fix": "oxlint --fix .",
    "format": "oxfmt .",
    "format:check": "oxfmt --check .",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "signal-polyfill": "^0.2.2"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@types/node": "^26.1.1",
    "@vitest/browser-playwright": "^4.1.10",
    "@xmachines/shared": "1.0.0",
    "oxfmt": "^0.58.0",
    "oxlint": "^1.73.0",
    "vitest": "^4.1.10"
  },
  "engines": {
    "node": ">=22.0.0"
  }
}
