{
  "name": "@tangible/logic",
  "type": "module",
  "private": true,
  "version": "2026.9.3",
  "description": "Build and evaluate conditional rules",
  "homepage": "https://github.com/tangibleinc/logic",
  "repository": {
    "type": "git",
    "url": "https://github.com/tangibleinc/logic.git"
  },
  "scripts": {
    "start": "roll dev",
    "build": "npm run format && npm run test && roll build && npm run types",
    "types": "tsc --project tsconfig.types.json && rm publish/*.map && rm publish/tsconfig.types.tsbuildinfo",
    "test": "roll run tests/index.ts",
    "test:js": "roll run tests/js.ts",
    "test:php": "roll run tests/php.ts",
    "format": "roll format",
    "version": "node version.js",
    "release": "npm run build && cd publish && npm publish --access public"
  },
  "dependencies": {
    "@elandel/logic": "*"
  },
  "devDependencies": {
    "@php-wasm/node": "^0.7.19",
    "@tangible/roller": "^1.9.0",
    "testra": "^2.1.3"
  }
}
