Files
clawhub/packages/schema/package.json
T
Gio Della-Libera 85a3fde608 feat(claws): add gated publication and profile validation (#3090)
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>
2026-07-24 18:14:12 -05:00

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