Files
juliusbrussee__caveman/package.json
T
Julius Brussee b82c0ad42c chore(release): v2.6.0
Bump the bootstrap pin lockstep (install.sh, install.ps1, bin/install.js,
package.json, README, INSTALL) to the v2.6.0 release.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01W2f7Lf7G9erA7YNn5SXPEj
2026-09-04 02:13:29 +02:00

43 lines
1.0 KiB
JSON

{
"name": "caveman-installer",
"version": "2.6.0",
"description": "Caveman installer — detects your AI coding agents and installs caveman for each one.",
"license": "MIT",
"author": "Julius Brussee",
"homepage": "https://github.com/JuliusBrussee/caveman",
"repository": {
"type": "git",
"url": "git+https://github.com/JuliusBrussee/caveman.git"
},
"bugs": {
"url": "https://github.com/JuliusBrussee/caveman/issues"
},
"bin": {
"caveman-install": "./bin/install.js"
},
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node --test --test-force-exit tests/installer/*.test.mjs tests/hooks/*.test.mjs",
"test:windows": "node scripts/test-windows-compat.mjs"
},
"files": [
"bin/",
"src/",
"agents/",
"skills/",
"plugins/",
"commands/",
"dist/caveman.skill",
"README.md",
"LICENSE",
"!**/__pycache__/**",
"!**/*.py[cod]"
],
"packageManager": "pnpm@10.14.0",
"dependencies": {
"@caveman-ai/cli": "^1.1.0"
}
}