a11oy / packages /mesh-router /package.json
betterwithage's picture
sync(space): full source mirror — resolve all GitHub<->Space drift (CTO)
a6a5d8e verified
Raw
History Blame
599 Bytes
{
"name": "@szl-holdings/a11oy-mesh-router",
"version": "0.1.0",
"description": "Substrate-side typed HTTP router from a11oy to amaru (reasoning), sentra (policy verdict), and rosie (operator I/O)",
"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/index.test.ts"
},
"files": [
"dist"
],
"publishConfig": {
"access": "restricted",
"registry": "https://npm.pkg.github.com"
}
}