23 lines
455 B
JSON
23 lines
455 B
JSON
|
{
|
||
|
"name": "temperato",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://codeberg.org/caranmegil/temperato.git"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"@koa/router": "^10.1.1",
|
||
|
"dotenv": "^16.0.1",
|
||
|
"koa": "^2.13.4",
|
||
|
"node-fetch": "^3.2.4"
|
||
|
}
|
||
|
}
|