mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
Gate Claw publication before storage access or mutation, validate bounded exact package/profile bytes and archive hierarchy, implement the managed CLAW.md body envelope, and prevent disabled-family list/search starvation.
Validated at exact head a9f1bb419f with all repository CI, CodeQL, secret scanning, focused tests, real local Convex schema/function validation, and clean final autoreview.
Co-authored-by: Gio Della-Libera <giodl73@gmail.com>
43 lines
908 B
JSON
43 lines
908 B
JSON
{
|
|
"name": "clawhub-schema",
|
|
"version": "0.0.2",
|
|
"private": true,
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./licenseConstants": {
|
|
"types": "./dist/licenseConstants.d.ts",
|
|
"default": "./dist/licenseConstants.js"
|
|
},
|
|
"./routes": {
|
|
"types": "./dist/routes.d.ts",
|
|
"default": "./dist/routes.js"
|
|
},
|
|
"./textFiles": {
|
|
"types": "./dist/textFiles.d.ts",
|
|
"default": "./dist/textFiles.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"arktype": "2.2.3",
|
|
"croner": "10.0.1",
|
|
"unicode-case-folding": "1.1.1",
|
|
"yaml": "2.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript/native": "npm:typescript@7.0.2",
|
|
"typescript": "6.0.3"
|
|
}
|
|
}
|