|
| 1 | +{ |
| 2 | + "name": "agents-vue", |
| 3 | + "version": "0.0.0", |
| 4 | + "description": "Vue 3 composable for Cloudflare Agents — a port of @cloudflare/ai-chat/react's useAgentChat.", |
| 5 | + "keywords": [ |
| 6 | + "vue", |
| 7 | + "vue3", |
| 8 | + "cloudflare", |
| 9 | + "agents", |
| 10 | + "ai", |
| 11 | + "chat", |
| 12 | + "websocket", |
| 13 | + "ai-sdk", |
| 14 | + "composable" |
| 15 | + ], |
| 16 | + "homepage": "https://github.com/ymansurozer/agents-vue", |
| 17 | + "bugs": "https://github.com/ymansurozer/agents-vue/issues", |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "git+https://github.com/ymansurozer/agents-vue.git" |
| 21 | + }, |
| 22 | + "license": "MIT", |
| 23 | + "author": "Yusuf Mansur Özer", |
| 24 | + "type": "module", |
| 25 | + "sideEffects": false, |
| 26 | + "exports": { |
| 27 | + ".": { |
| 28 | + "types": "./dist/index.d.mts", |
| 29 | + "import": "./dist/index.mjs" |
| 30 | + } |
| 31 | + }, |
| 32 | + "main": "./dist/index.mjs", |
| 33 | + "module": "./dist/index.mjs", |
| 34 | + "types": "./dist/index.d.mts", |
| 35 | + "files": [ |
| 36 | + "dist", |
| 37 | + "LICENSE", |
| 38 | + "README.md", |
| 39 | + "CHANGELOG.md" |
| 40 | + ], |
| 41 | + "scripts": { |
| 42 | + "dev": "unbuild --watch", |
| 43 | + "build": "unbuild", |
| 44 | + "test": "vitest run", |
| 45 | + "test:watch": "vitest", |
| 46 | + "lint": "eslint .", |
| 47 | + "lint:fix": "eslint . --fix", |
| 48 | + "typecheck": "vue-tsc --noEmit", |
| 49 | + "release": "pnpm run lint && pnpm run typecheck && pnpm run test && pnpm run build && changelogen --release && git push --follow-tags" |
| 50 | + }, |
| 51 | + "peerDependencies": { |
| 52 | + "@ai-sdk/vue": "^3.0.0", |
| 53 | + "agents": ">=0.11.0 <1.0.0", |
| 54 | + "ai": "^6.0.0", |
| 55 | + "vue": "^3.3.4" |
| 56 | + }, |
| 57 | + "devDependencies": { |
| 58 | + "@ai-sdk/vue": "^3.0.0", |
| 59 | + "@eslint/js": "^9.0.0", |
| 60 | + "@types/node": "^22.0.0", |
| 61 | + "@vitest/browser": "^4.1.5", |
| 62 | + "@vitest/browser-playwright": "^4.1.5", |
| 63 | + "agents": "^0.11.4", |
| 64 | + "ai": "^6.0.0", |
| 65 | + "changelogen": "^0.6.2", |
| 66 | + "eslint": "^9.0.0", |
| 67 | + "playwright": "^1.49.0", |
| 68 | + "typescript": "^5.6.0", |
| 69 | + "typescript-eslint": "^8.0.0", |
| 70 | + "unbuild": "^3.0.0", |
| 71 | + "vitest": "^4.1.5", |
| 72 | + "vitest-browser-vue": "^2.1.0", |
| 73 | + "vue": "^3.5.0", |
| 74 | + "vue-tsc": "^3.0.0" |
| 75 | + }, |
| 76 | + "publishConfig": { |
| 77 | + "access": "public" |
| 78 | + }, |
| 79 | + "engines": { |
| 80 | + "node": ">=20" |
| 81 | + }, |
| 82 | + "packageManager": "pnpm@9.0.0" |
| 83 | +} |
0 commit comments