Files
claude-engineering-plugin/package.json
2026-03-02 21:32:25 -08:00

31 lines
727 B
JSON

{
"name": "@every-env/compound-plugin",
"version": "2.34.0",
"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",
"release:dry-run": "semantic-release --dry-run"
},
"dependencies": {
"citty": "^0.1.6",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"bun-types": "^1.0.0",
"semantic-release": "^25.0.3"
}
}