verae-access-authz/package.json

14 lines
333 B
JSON

{
"name": "verae-access-authz",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "NATS authorization step for access planes (web, api, zapier, leaf, staff)",
"scripts": {
"start": "node src/server.js",
"test": "node --test test/*.test.js"
},
"dependencies": {
"nats": "^2.28.2"
}
}