1
{2
"name": "@axiom/scoped-relay",3
"version": "0.2.0",4
"type": "module",5
"license": "MIT",6
"bin": {7
"axiom-relay": "./relay.ts"8
},9
"scripts": {10
"dry-run": "npx tsx relay.ts --mapping ../../examples/mapping.md --dry-run"11
}12
}13