UNPKG

multiconf

Version:

Work with JSON configs

39 lines (38 loc) 969 B
{ "name": "multiconf", "version": "3.3.1", "description": "Work with JSON configs", "main": "index.js", "scripts": { "lint": "eslint ./", "test": "CONFIG_TEST4=\"{ \\\"key\\\": 44 }\" node --test ./tests/*.test.js", "test:single": "CONFIG_TEST4=\"{ \\\"key\\\": 44 }\" node --test --test-name-pattern=$PATTERN ./tests/*.test.js", "test:all": "npm run lint && npm test" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/vsichka/multiconf.npm.git" }, "keywords": [ "multiconf", "conf", "config", "configs", "configuration", "configurations", "options", "multi", "json", "jsonc" ], "author": "Volodymyr Sichka <vybgss@gmail.com>", "license": "MIT", "bugs": { "url": "https://gitlab.com/vsichka/multiconf.npm/issues" }, "homepage": "https://gitlab.com/vsichka/multiconf.npm#README", "dependencies": {}, "devDependencies": { "eslint": "^9.24.0" } }