Initial import of verae-nats-process from zapier monorepo
This commit is contained in:
commit
6933de074f
10 changed files with 198 additions and 0 deletions
11
package.json
Normal file
11
package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"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" }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue