Initial commit
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user