verae-uptime/package.json

13 lines
343 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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" }
}