Files
Aperant/package.json
T
AndyMik90 04e68e37e5 chore: bump version to 2.8.0-beta.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 22:38:11 +01:00

51 lines
1.3 KiB
JSON

{
"name": "auto-claude",
"version": "2.8.0-beta.1",
"description": "Autonomous multi-agent coding framework powered by Claude AI",
"license": "AGPL-3.0",
"author": "Auto Claude Team",
"workspaces": [
"apps/*",
"libs/*"
],
"scripts": {
"install:all": "cd apps/desktop && npm install",
"start": "cd apps/desktop && npm run build && npm run start",
"dev": "cd apps/desktop && npm run dev",
"dev:debug": "cd apps/desktop && npm run dev:debug",
"dev:mcp": "cd apps/desktop && npm run dev:mcp",
"build": "cd apps/desktop && npm run build",
"lint": "cd apps/desktop && npm run lint",
"test": "cd apps/desktop && npm test",
"package": "cd apps/desktop && npm run package",
"package:mac": "cd apps/desktop && npm run package:mac",
"package:win": "cd apps/desktop && npm run package:win",
"package:linux": "cd apps/desktop && npm run package:linux"
},
"engines": {
"node": ">=24.0.0",
"npm": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/AndyMik90/Auto-Claude.git"
},
"keywords": [
"ai",
"claude",
"autonomous",
"coding",
"agents",
"electron"
],
"devDependencies": {
"jsdom": "^27.4.0"
},
"dependencies": {
"lucide-react": "^0.562.0"
},
"overrides": {
"@electron/rebuild": "4.0.2"
}
}