13 lines
343 B
JSON
13 lines
343 B
JSON
{
|
||
"name": "verae-uptime",
|
||
"version": "0.1.0",
|
||
"private": true,
|
||
"type": "module",
|
||
"description": "Off-box HTTPS health watch for Verae Time × Zapier public doors",
|
||
"scripts": {
|
||
"start": "node src/watch.js",
|
||
"once": "node src/watch.js --once",
|
||
"test": "node --test test/*.test.js"
|
||
},
|
||
"engines": { "node": ">=20" }
|
||
}
|