mirror of
https://github.com/Redume/Kekkai.git
synced 2025-03-12 19:44:39 +03:00
Some checks failed
Create and publish a Docker image / detect what files changed (push) Has been cancelled
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Create and publish a Docker image / build-and-push-web (push) Has been cancelled
23 lines
599 B
JSON
23 lines
599 B
JSON
{
|
|
"name": "kekkai",
|
|
"version": "1.0.0",
|
|
"description": "Historical data on the rate of fiat and crypto currencies",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Redume/Kekkai.git"
|
|
},
|
|
"author": "Redume",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/Redume/Kekkai/issues"
|
|
},
|
|
"homepage": "https://kekkai.redume.su/",
|
|
"devDependencies": {
|
|
"@eslint/js": "^8.57.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"globals": "^15.9.0",
|
|
"prettier": "3.3.3"
|
|
}
|
|
}
|