File size: 1,127 Bytes
549e098 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | {
"name": "@chaoyue0307/loop-contract-schema",
"version": "0.1.0",
"description": "JSON Schema and a dependency-free validator for Loop Engineering loop contracts.",
"license": "CC0-1.0",
"type": "commonjs",
"main": "index.js",
"bin": {
"loop-contract-validate": "bin/cli.js"
},
"files": [
"index.js",
"validate.js",
"bin/cli.js",
"loop-contract.schema.json",
"README.md"
],
"scripts": {
"prepack": "node -e \"require('fs').copyFileSync('../../schemas/loop-contract.schema.json','loop-contract.schema.json')\"",
"test": "node bin/cli.js ../../examples/pr-babysitter-loop.json"
},
"keywords": [
"loop-engineering",
"json-schema",
"ai-agents",
"coding-agents",
"agent-loop",
"validation"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ChaoYue0307/awesome-loop-engineering.git",
"directory": "packages/loop-contract-schema"
},
"homepage": "https://github.com/ChaoYue0307/awesome-loop-engineering/tree/main/packages/loop-contract-schema",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}
|