teasense-alerter/package.json

26 lines
556 B
JSON
Raw Normal View History

2023-06-02 19:00:21 +00:00
{
"name": "teasense-alerter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "npx tsc && node build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/axios": "^0.14.0",
"typescript": "^5.0.4"
},
"dependencies": {
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"dotenv": "^16.1.3",
"firebase": "^9.22.1",
"firebase-admin": "^11.9.0",
"matrix-js-sdk": "^31.6.1"
2023-06-02 19:00:21 +00:00
}
}