teasense-alerter/package.json

24 lines
495 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": {
"axios": "^1.6.8",
"date-fns": "^2.30.0",
"dotenv": "^16.1.3"
}
}