[READ-ONLY] Mirror of https://github.com/danielroe/carpenter. LLM-powered automations for triaging Nuxt issues github.com/nuxt/nuxt
bot cloudflare-pages llm webhook
0

Configure Feed

Select the types of activity you want to include in your feed.

carpenter / package.json
911 B 37 lines
1{ 2 "name": "nuxthub-starter", 3 "private": true, 4 "license": "MIT", 5 "type": "module", 6 "scripts": { 7 "dev": "nuxt dev", 8 "build": "nuxt build", 9 "preview": "nuxt preview", 10 "deploy": "wrangler pages deploy", 11 "postinstall": "nuxt prepare", 12 "lint": "eslint .", 13 "test": "vitest", 14 "typecheck": "nuxt typecheck" 15 }, 16 "dependencies": { 17 "@nuxt/eslint": "^1.15.2", 18 "@nuxthub/core": "^0.10.7", 19 "@octokit/graphql": "^9.0.3", 20 "@octokit/rest": "^22.0.1", 21 "ai": "^7.0.9", 22 "nuxt": "^3.21.9", 23 "nuxt-webhook-validators": "^0.2.8", 24 "workers-ai-provider": "^4.0.0", 25 "zod": "^4.4.3" 26 }, 27 "devDependencies": { 28 "@nuxt/eslint-config": "^1.15.2", 29 "@octokit/webhooks-types": "^7.6.1", 30 "eslint": "^10.4.1", 31 "typescript": "^6.0.3", 32 "vitest": "^4.1.8", 33 "vue-tsc": "^3.3.4", 34 "wrangler": "^4.98.0" 35 }, 36 "packageManager": "pnpm@11.5.2" 37}