Files
sd-park-pass-ntfy/package.json
Aram Chia Sarafian 95dfdabebb Initial commit
2025-07-13 23:46:34 -07:00

24 lines
662 B
JSON

{
"name": "sd-park-pass-ntfy",
"version": "1.0.0",
"description": "CA Park Pass availability monitor for San Diego libraries with ntfy notifications",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js",
"test": "node test.js",
"mock": "node mock.js",
"deploy": "./deploy.sh",
"validate": "node validate-real-response.js"
},
"keywords": ["library", "monitoring", "ntfy", "notifications", "park", "pass", "availability"],
"author": "",
"license": "ISC",
"dependencies": {
"fs": "^0.0.1-security",
"node-cron": "^4.2.1",
"node-fetch": "^3.3.2"
}
}