30 lines
658 B
JSON
30 lines
658 B
JSON
{
|
|
"name": "temperato",
|
|
"version": "2.0.0",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"module": "src/index.ts",
|
|
"scripts": {
|
|
"start": "npx tsc && node build/index.js",
|
|
"ts-node": "ts-node",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://codeberg.org/caranmegil/temperato.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dotenv": "^16.0.1",
|
|
"gotify": "^1.1.0",
|
|
"node-fetch": "2.6.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.35",
|
|
"@types/node-fetch": "^2.6.1",
|
|
"ts-node": "^10.8.0",
|
|
"typescript": "^4.7.2"
|
|
}
|
|
}
|