Сервис конфига

This commit is contained in:
Данил 2024-07-30 18:05:02 +03:00
parent 08bbb5dd67
commit a2eccb53e9
4 changed files with 64 additions and 0 deletions

22
config/package.json Normal file
View file

@ -0,0 +1,22 @@
{
"name": "config",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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://github.com/Redume/Kekkai#readme",
"description": "",
"dependencies": {
"yaml": "^2.5.0"
}
}