config-sets
Version:
Easy app configure in real time.
76 lines (75 loc) • 1.56 kB
JSON
{
"name": "config-sets",
"description": "Easy app configure in real time.",
"version": "3.0.0-rc.1",
"license": "MIT",
"keywords": [
"conextra",
"config",
"sets",
"production",
"development",
"collection",
"object",
"helper",
"setting",
"settings",
"parse",
"stringify",
"json",
"option",
"options",
"argument",
"arguments",
"argv",
"arg",
"args",
"cli",
"command-line",
"listener",
"emitter",
"event",
"emit",
"on",
"get",
"path",
"key",
"value",
"structure"
],
"browser": "browser.js",
"main": "index.js",
"types": "index.d.ts",
"module": "wrapper.mjs",
"exports": {
".": {
"browser": "./browser.js",
"import": "./wrapper.mjs",
"require": "./index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"test": "node index.test"
},
"author": "Manuel Lõhmus",
"files": [
"index.d.ts",
"index.js",
"index.test.js",
"LICENSE",
"package.json",
"README.md",
"wrapper.mjs"
],
"homepage": "https://github.com/manuel-lohmus/config-sets#readme",
"bugs": "https://github.com/manuel-lohmus/config-sets/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/manuel-lohmus/config-sets.git"
},
"funding": "https://manuel-lohmus.github.io/config-sets/README.html#license",
"dependencies": {
"data-context": "^2.0.0-rc.1"
}
}