Spaces:
Running
Running
| { | |
| "name": "@szl-holdings/a11oy-receipt-substrate", | |
| "version": "0.1.0", | |
| "description": "Operational MCP-style tool-envelope receipt chaining for a11oy", | |
| "type": "module", | |
| "main": "./src/index.ts", | |
| "types": "./src/index.ts", | |
| "license": "Apache-2.0", | |
| "author": "Stephen P. Lutar", | |
| "repository": "github:szl-holdings/a11oy", | |
| "scripts": { | |
| "test": "node --experimental-strip-types src/receipt_substrate.test.ts", | |
| "test:serve": "node --experimental-strip-types --test src/serve.test.ts", | |
| "smoke": "node --experimental-strip-types src/cli.ts --out /tmp/a11oy-operational-receipts.jsonl --actor did:example:operator --tool receipted_retrieval --payload-json '{\"query\":\"status\",\"limit\":3}'", | |
| "selftest": "node --experimental-strip-types src/selftest.ts", | |
| "serve": "node --experimental-strip-types src/serve.ts" | |
| }, | |
| "files": [ | |
| "dist" | |
| ], | |
| "publishConfig": { | |
| "access": "restricted", | |
| "registry": "https://npm.pkg.github.com" | |
| } | |
| } | |