{
  "name": "intentx-runtime",
  "version": "0.2.6",
  "description": "Intent-first business logic runtime. Deterministic, headless, and framework-agnostic.",
  "license": "MIT",
  "author": "Delpi.Kye",
  "sideEffects": false,
  "type": "module",
  "main": "build/index.cjs.js",
  "module": "build/index.esm.js",
  "types": "build/index.d.ts",
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "import": "./build/index.esm.js",
      "require": "./build/index.cjs.js"
    }
  },
  "files": [
    "build",
    "example",
    "README.md"
  ],
  "scripts": {
    "clean": "rimraf build",
    "build": "rollup -c",
    "cb": "npm run clean && npm run build",
    "prepublishOnly": "npm run cb"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/delpikye-v/intentx-runtime.git"
  },
  "homepage": "https://github.com/delpikye-v/intentx-runtime#readme",
  "bugs": {
    "url": "https://github.com/delpikye-v/intentx-runtime/issues"
  },
  "keywords": [
    "intent-first",
    "intent-runtime",
    "business-logic",
    "intentx-runtime",
    "headless",
    "backend-friendly",
    "ui-agnostic",
    "no-hooks",
    "external-store",
    "computed-state",
    "derived-state",
    "async-effects",
    "takeLatest",
    "state-management"
  ],
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "rimraf": "^5.0.5",
    "rollup": "^4.9.6",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.36.0",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "intentx-core-z": ">=2.2.1",
    "intentx-state-z": ">=0.2.0"
  },
  "engines": {
    "node": ">=18"
  }
}
