2022-05-23 18:53:41 +00:00
|
|
|
{
|
|
|
|
"name": "temperato",
|
2023-01-12 09:55:23 +00:00
|
|
|
"version": "2.0.0",
|
2022-05-23 18:53:41 +00:00
|
|
|
"description": "",
|
2022-05-27 20:38:38 +00:00
|
|
|
"main": "src/index.ts",
|
|
|
|
"module": "src/index.ts",
|
2022-05-23 18:53:41 +00:00
|
|
|
"scripts": {
|
2023-01-19 10:50:11 +00:00
|
|
|
"start": "npx tsc && node build/index.js",
|
2022-05-27 20:38:38 +00:00
|
|
|
"ts-node": "ts-node",
|
2022-05-23 18:53:41 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://codeberg.org/caranmegil/temperato.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2023-01-20 14:44:12 +00:00
|
|
|
"date-fns": "^2.29.3",
|
2022-05-23 18:53:41 +00:00
|
|
|
"dotenv": "^16.0.1",
|
2023-01-05 19:00:44 +00:00
|
|
|
"gotify": "^1.1.0",
|
2023-01-19 10:50:11 +00:00
|
|
|
"node-fetch": "2.6.7"
|
2022-05-27 20:38:38 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^17.0.35",
|
|
|
|
"@types/node-fetch": "^2.6.1",
|
|
|
|
"ts-node": "^10.8.0",
|
|
|
|
"typescript": "^4.7.2"
|
2022-05-23 18:53:41 +00:00
|
|
|
}
|
|
|
|
}
|