teasense-alerter/package.json

25 lines
532 B
JSON

{
"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",
"@types/node": "^20.12.5",
"typescript": "^5.0.4"
},
"dependencies": {
"date-fns": "^2.30.0",
"dotenv": "^16.1.3",
"matrix-js-sdk": "^31.6.1",
"node-fetch": "^3.3.2"
}
}