multiconf
Version:
Work with JSON configs
40 lines (39 loc) • 1.01 kB
JSON
{
"name": "multiconf",
"version": "4.2.1",
"description": "Work with JSON configs",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "eslint ./",
"lint:fix": "eslint --fix ./",
"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",
"devDependencies": {
"eslint": "^9.24.0"
}
}