UNPKG

config-srv

Version:

API and REST interface for editing a structured set of parameters

65 lines (64 loc) 1.43 kB
{ "name": "config-srv", "version": "4.1.12", "description": "API and REST interface for editing a structured set of parameters", "main": "src/index.js", "scripts": { "test": "mocha --file './test/init.js' 'test/**/**spec.js'", "lint": "eslint --ext .js,.json ./", "lint:fix": "eslint --fix --ext .js,.json ./" }, "keywords": [ "configuration management", "schema", "edit", "API", "REST", "validation", "рarameter", "settings", "settings", "preferences", "service", "interface", "conf", "config", "configuration", "store", "config editable", "config-node", "node-config" ], "author": "Viacheslav Makarov <npmjs@bazilio.ru>", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/Bazilio-san/config-service.git" }, "files": [ "src/**" ], "devDependencies": { "af-logger": "^2.0.29", "chai": "^4.5.0", "eslint-config-af-24": "^2.4.2", "express": "^4.21.1", "fs-extra": "^11.2.0", "i18next": "^23.16.6", "i18next-sync-fs-backend": "^1.1.1", "mocha": "^10.8.2", "sinon": "^19.0.2", "supertest": "^7.0.0" }, "engines": { "node": ">= 14" }, "dependencies": { "af-color": "^0.0.8", "af-db-ts": "^3.0.8", "af-tools-ts": "^1.0.90", "config": "^3.3.12", "pg": "^8.13.1", "set-interval-async": "^3.0.3" } }