Files
gotify-to-ntfy-proxy/package.json
LevantinLynx 62b67376c1 added support for arm/v7 and arm/v6 for raspberry pi,
downgrade from node v20 lts to v18 (node v20 won't build on arm/v7 or arm/v6)
2024-06-01 00:48:18 -10:00

23 lines
509 B
JSON

{
"name": "gotify-to-ntfy-proxy",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"start": "node index.js",
"test": "standard \"index.js\" \"ntfy.js\" --fix --verbose | snazzy"
},
"dependencies": {
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"multer": "^1.4.5-lts.1",
"storyboard": "^3.3.2",
"storyboard-preset-console": "^3.3.2"
},
"devDependencies": {
"snazzy": "^9.0.0",
"standard": "^17.1.0"
}
}