chore: import upstream snapshot with attribution
Publish OpenClaw Skills / publish (push) Has been cancelled
Audit / Security Audit (push) Has been cancelled
Automation / Gemini Review (push) Has been cancelled
CI / Detect Changes (push) Has been cancelled
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Nix (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Cargo Deny (push) Has been cancelled
CI / Verify Skills (push) Has been cancelled
CI / Lint Skills (push) Has been cancelled
CI / Build (Linux x86_64) (push) Has been cancelled
CI / Build (macos-latest, aarch64-apple-darwin) (push) Has been cancelled
CI / Build (macos-latest, x86_64-apple-darwin) (push) Has been cancelled
CI / Build (ubuntu-latest, aarch64-unknown-linux-gnu) (push) Has been cancelled
CI / Build (windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
CI / API Smoketest (push) Has been cancelled
Policy / Policy Check (push) Has been cancelled
Release (Changeset) / Release (push) Has been cancelled
Automation / Gemini Reviewed (push) Has been cancelled
Coverage / Coverage (push) Has been cancelled
Automation / Format (push) Has been cancelled
Automation / File Labeler (push) Has been cancelled
Publish OpenClaw Skills / publish (push) Has been cancelled
Audit / Security Audit (push) Has been cancelled
Automation / Gemini Review (push) Has been cancelled
CI / Detect Changes (push) Has been cancelled
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Nix (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Cargo Deny (push) Has been cancelled
CI / Verify Skills (push) Has been cancelled
CI / Lint Skills (push) Has been cancelled
CI / Build (Linux x86_64) (push) Has been cancelled
CI / Build (macos-latest, aarch64-apple-darwin) (push) Has been cancelled
CI / Build (macos-latest, x86_64-apple-darwin) (push) Has been cancelled
CI / Build (ubuntu-latest, aarch64-unknown-linux-gnu) (push) Has been cancelled
CI / Build (windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
CI / API Smoketest (push) Has been cancelled
Policy / Policy Check (push) Has been cancelled
Release (Changeset) / Release (push) Has been cancelled
Automation / Gemini Reviewed (push) Has been cancelled
Coverage / Coverage (push) Has been cancelled
Automation / Format (push) Has been cancelled
Automation / File Labeler (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"name": "@googleworkspace/cli",
|
||||
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
|
||||
"version": "0.22.5",
|
||||
"license": "Apache-2.0",
|
||||
"author": "Justin Poehnelt",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/googleworkspace/cli.git"
|
||||
},
|
||||
"homepage": "https://github.com/googleworkspace/cli",
|
||||
"bugs": {
|
||||
"url": "https://github.com/googleworkspace/cli/issues"
|
||||
},
|
||||
"bin": {
|
||||
"gws": "run.js"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node install.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"preferUnplugged": true,
|
||||
"keywords": [
|
||||
"cli",
|
||||
"google-workspace",
|
||||
"google",
|
||||
"google-api",
|
||||
"google-drive",
|
||||
"google-gmail",
|
||||
"google-sheets",
|
||||
"google-calendar",
|
||||
"google-docs",
|
||||
"google-chat",
|
||||
"google-admin",
|
||||
"gsuite",
|
||||
"discovery-api",
|
||||
"ai-agent",
|
||||
"agent-skills",
|
||||
"automation",
|
||||
"oauth2",
|
||||
"rust"
|
||||
],
|
||||
"publishConfig": {
|
||||
"provenance": true,
|
||||
"registry": "https://wombat-dressing-room.appspot.com"
|
||||
},
|
||||
"supportedPlatforms": {
|
||||
"aarch64-apple-darwin": {
|
||||
"artifact": "google-workspace-cli-aarch64-apple-darwin.tar.gz",
|
||||
"binary": "gws"
|
||||
},
|
||||
"x86_64-apple-darwin": {
|
||||
"artifact": "google-workspace-cli-x86_64-apple-darwin.tar.gz",
|
||||
"binary": "gws"
|
||||
},
|
||||
"aarch64-unknown-linux-gnu": {
|
||||
"artifact": "google-workspace-cli-aarch64-unknown-linux-gnu.tar.gz",
|
||||
"binary": "gws"
|
||||
},
|
||||
"aarch64-unknown-linux-musl": {
|
||||
"artifact": "google-workspace-cli-aarch64-unknown-linux-musl.tar.gz",
|
||||
"binary": "gws"
|
||||
},
|
||||
"x86_64-unknown-linux-gnu": {
|
||||
"artifact": "google-workspace-cli-x86_64-unknown-linux-gnu.tar.gz",
|
||||
"binary": "gws"
|
||||
},
|
||||
"x86_64-unknown-linux-musl": {
|
||||
"artifact": "google-workspace-cli-x86_64-unknown-linux-musl.tar.gz",
|
||||
"binary": "gws"
|
||||
},
|
||||
"x86_64-pc-windows-msvc": {
|
||||
"artifact": "google-workspace-cli-x86_64-pc-windows-msvc.zip",
|
||||
"binary": "gws.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user