{ "name": "@assistant-ui/tap", "version": "0.9.3", "description": "Reactive state management inspired by React hooks", "keywords": [ "state-management", "reactive", "hooks", "signals", "tap" ], "author": "AgentbaseAI Inc.", "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./react-shim": { "types": null, "default": "./dist/react-shim/index.js" }, "./react-shim/compiler-runtime": { "types": null, "default": "./dist/react-shim/compiler-runtime.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "src", "react-shim", "README.md" ], "sideEffects": false, "scripts": { "build": "aui-build", "prepublishOnly": "pnpm turbo build", "test": "vitest run", "test:watch": "vitest" }, "peerDependencies": { "@types/react": "*", "react": "^18 || ^19" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "devDependencies": { "@assistant-ui/x-buildutils": "workspace:*", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@types/node": "^26.1.1", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitest/ui": "^4.1.10", "jsdom": "^29.1.1", "react": "^19.2.7", "react-dom": "^19.2.7", "vitest": "^4.1.10" }, "publishConfig": { "access": "public", "provenance": true }, "homepage": "https://www.assistant-ui.com/", "repository": { "type": "git", "url": "git+https://github.com/assistant-ui/assistant-ui.git", "directory": "packages/tap" }, "bugs": { "url": "https://github.com/assistant-ui/assistant-ui/issues" } }