mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 05:12:33 +00:00
* feat(release): upload versioned CLI tarballs in release workflow (#128) Package and upload non-Windows CLI tarballs with SHA-256 checksum companions during release builds so package managers can consume stable release artifacts. Made-with: Cursor * feat(packaging): add brew apt npm release channels automation (#128) Add post-release workflow and channel assets to publish Homebrew formula updates, signed apt repository metadata, and npm package releases with smoke validation. Made-with: Cursor * docs: add installation guide for OpenHuman across various package managers
37 lines
718 B
JSON
37 lines
718 B
JSON
{
|
|
"name": "openhuman",
|
|
"version": "0.0.0",
|
|
"description": "AI-powered assistant for communities — OpenHuman CLI",
|
|
"keywords": [
|
|
"openhuman",
|
|
"ai",
|
|
"cli",
|
|
"crypto",
|
|
"community"
|
|
],
|
|
"homepage": "https://github.com/tinyhumansai/openhuman",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tinyhumansai/openhuman.git",
|
|
"directory": "packages/npm"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tinyhumansai/openhuman/issues"
|
|
},
|
|
"license": "MIT",
|
|
"bin": {
|
|
"openhuman": "./bin/openhuman.js"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node install.js"
|
|
},
|
|
"files": [
|
|
"bin/",
|
|
"install.js",
|
|
"README.md"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|