mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "@openclaw/clawhub-admin",
|
|
"version": "0.1.2",
|
|
"private": true,
|
|
"description": "Admin-only ClawHub operator CLI for platform moderation and package operations.",
|
|
"homepage": "https://clawhub.ai",
|
|
"license": "UNLICENSED",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/clawhub.git",
|
|
"directory": "packages/clawhub-admin"
|
|
},
|
|
"bin": {
|
|
"clawhub-admin": "bin/clawhub-admin.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node ./scripts/build.mjs",
|
|
"dev": "node --enable-source-maps dist/clawhub-admin/src/cli.js",
|
|
"prepack": "npm run build",
|
|
"test": "vitest run -c vitest.config.ts",
|
|
"test:artifact": "vitest run --configLoader runner -c vitest.artifact.config.ts",
|
|
"typecheck": "node ./scripts/typecheck.mjs",
|
|
"verify": "bun run test && bun run typecheck && bun run test:artifact"
|
|
},
|
|
"dependencies": {
|
|
"@clack/prompts": "1.7.0",
|
|
"arktype": "2.2.3",
|
|
"commander": "15.0.0",
|
|
"fflate": "0.8.3",
|
|
"ignore": "7.0.5",
|
|
"json5": "2.2.3",
|
|
"mime": "4.1.0",
|
|
"ora": "9.4.1",
|
|
"p-retry": "8.0.0",
|
|
"semver": "7.8.5",
|
|
"undici": "7.28.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "26.1.1",
|
|
"@typescript/native": "npm:typescript@7.0.2",
|
|
"typescript": "6.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|