2022-05-23 18:53:41 +00:00
|
|
|
{
|
|
|
|
"name": "temperato",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"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": {
|
2022-05-27 20:38:38 +00:00
|
|
|
"start": "ts-node src/index.ts",
|
|
|
|
"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": {
|
|
|
|
"dotenv": "^16.0.1",
|
2022-05-27 20:38:38 +00:00
|
|
|
"graphql-request": "^4.2.0",
|
|
|
|
"node-fetch": "^2.6.1"
|
|
|
|
},
|
|
|
|
"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
|
|
|
}
|
|
|
|
}
|