Files
claude-engineering-plugin/package.json
Kieran Klaassen 12b83e683f chore: bump version to 0.1.1
Includes fix for OpenCode global config path (#114, #117)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-23 08:54:23 -08:00

27 lines
553 B
JSON

{
"name": "@every-env/compound-plugin",
"version": "0.1.1",
"type": "module",
"private": false,
"bin": {
"compound-plugin": "./src/index.ts"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "bun run src/index.ts",
"convert": "bun run src/index.ts convert",
"list": "bun run src/index.ts list",
"cli:install": "bun run src/index.ts install",
"test": "bun test"
},
"dependencies": {
"citty": "^0.1.6",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"bun-types": "^1.0.0"
}
}