2024-07-30 18:05:02 +03:00
|
|
|
{
|
|
|
|
"name": "config",
|
|
|
|
"version": "1.0.0",
|
2024-08-14 17:14:38 +03:00
|
|
|
"main": "src/main.js",
|
2024-07-30 18:05:02 +03:00
|
|
|
"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",
|
2024-08-02 15:40:09 +03:00
|
|
|
"description": "Config management service",
|
2024-07-30 18:05:02 +03:00
|
|
|
"dependencies": {
|
|
|
|
"yaml": "^2.5.0"
|
|
|
|
}
|
|
|
|
}
|