11 lines
305 B
JSON
11 lines
305 B
JSON
{
|
|
"name": "verae-nats-process",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"description": "Template JetStream worker for a new verae.* address (copy this repo to expand)",
|
|
"scripts": {
|
|
"start": "node src/worker.js",
|
|
"test": "node --test test/*.test.js"
|
|
},
|
|
"engines": { "node": ">=20" }
|
|
}
|