Files
codewhale/npm/codewhale/package.json
T
Hunter Bown 04d2e4af1f chore(release): sync 0.8.43 version pins
- Workspace version: 0.8.42 → 0.8.43
- All internal codewhale-* deps: 0.8.42 → 0.8.43
- npm codewhale: 0.8.42 → 0.8.43
- npm deepseek-tui shim: 0.8.42 → 0.8.43
- Crate descriptions: open-model-first positioning
- npm descriptions: open-source and open-weight language
- Cargo.lock regenerated
2026-05-24 03:12:18 -05:00

62 lines
1.4 KiB
JSON

{
"name": "codewhale",
"version": "0.8.43",
"codewhaleBinaryVersion": "0.8.43",
"description": "Install and run CodeWhale, the agentic terminal for open-source and open-weight coding models, from GitHub release artifacts.",
"author": "Hmbown",
"license": "MIT",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/Hmbown"
},
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/hmbown"
}
],
"homepage": "https://github.com/Hmbown/CodeWhale",
"repository": {
"type": "git",
"url": "git+https://github.com/Hmbown/CodeWhale.git"
},
"bugs": {
"url": "https://github.com/Hmbown/CodeWhale/issues"
},
"keywords": [
"codewhale",
"deepseek",
"cli",
"tui",
"rust",
"binary",
"terminal"
],
"type": "commonjs",
"bin": {
"codewhale": "bin/codewhale.js",
"codewhale-tui": "bin/codewhale-tui.js"
},
"scripts": {
"release:check": "node scripts/verify-release-assets.js",
"postinstall": "node scripts/install.js --optional",
"prepublishOnly": "node scripts/verify-release-assets.js",
"prepack": "node scripts/install.js",
"test": "node --test test/*.test.js"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"preferGlobal": true,
"files": [
"bin/*.js",
"scripts/*.js",
"test/*.js",
"README.md",
"package.json"
]
}