UNPKG

@angelerator/uuics-react

Version:

Universal UI Context System - React hooks and components

62 lines (61 loc) 1.36 kB
{ "name": "@angelerator/uuics-react", "version": "1.0.5", "description": "Universal UI Context System - React hooks and components", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "clean": "rm -rf dist *.tsbuildinfo", "lint": "tsc --noEmit", "typecheck": "tsc --noEmit", "prepublishOnly": "pnpm build" }, "keywords": [ "react", "hooks", "ui-automation", "ai", "llm", "context", "state-tracking", "react-hooks", "web-automation" ], "author": "SuperDuck", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Angelerator/uuics.git", "directory": "packages/react" }, "homepage": "https://github.com/Angelerator/uuics#readme", "bugs": { "url": "https://github.com/Angelerator/uuics/issues" }, "peerDependencies": { "react": ">=18.0.0" }, "dependencies": { "@angelerator/uuics-core": "^1.0.5" }, "devDependencies": { "@types/react": "^18.2.45", "react": "^18.2.0", "tsup": "^8.0.1", "typescript": "^5.3.3" } }