Publish harness and TUI open-source
initial sync from the monorepo
This commit is contained in:
commit
c68e39f604
2734 changed files with 1437016 additions and 0 deletions
41
crates/codegen/xai-grok-pager/npm/grok/package.json
Normal file
41
crates/codegen/xai-grok-pager/npm/grok/package.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "@xai-official/grok",
|
||||
"version": "0.1.220-alpha.4",
|
||||
"description": "Bring Grok into your terminal",
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
"grok": "bin/grok"
|
||||
},
|
||||
"files": [
|
||||
"bin/"
|
||||
],
|
||||
"os": [
|
||||
"darwin",
|
||||
"linux",
|
||||
"win32"
|
||||
],
|
||||
"cpu": [
|
||||
"arm64",
|
||||
"x64"
|
||||
],
|
||||
"scripts": {
|
||||
"postinstall": "node bin/postinstall.js"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
},
|
||||
"dependencies": {
|
||||
"@iarna/toml": "^3.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@xai-official/grok-darwin-arm64": "0.1.220-alpha.4",
|
||||
"@xai-official/grok-darwin-x64": "0.1.220-alpha.4",
|
||||
"@xai-official/grok-linux-arm64": "0.1.220-alpha.4",
|
||||
"@xai-official/grok-linux-x64": "0.1.220-alpha.4",
|
||||
"@xai-official/grok-win32-arm64": "0.1.220-alpha.4",
|
||||
"@xai-official/grok-win32-x64": "0.1.220-alpha.4"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue