Files
openhuman/packages/npm/package.json
T
YellowSnnowmannandGitHub 6406ec2bc3 Feat:package manager channels (brew, apt, npm ) (#166)
* 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
2026-04-01 19:30:55 +05:30

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"
}
}