2017-10-29 14:08:10 +00:00
|
|
|
{
|
2022-09-21 18:15:14 +00:00
|
|
|
"name": "@lumeweb/cfg",
|
|
|
|
"version": "0.1.7",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
"Christopher Jeffrey <chjjeffrey@gmail.com>",
|
|
|
|
"Hammer Technologies LLC <contact@lumeweb.com>"
|
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint lib/ || exit 0",
|
|
|
|
"test": "bmocha --reporter spec test/*-test.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-12-19 16:29:03 +00:00
|
|
|
"arg": "^5.0.2",
|
|
|
|
"bsert": "~0.0.10",
|
|
|
|
"deep-to-flat-object": "^1.0.1",
|
|
|
|
"object-path": "^0.11.8"
|
2022-09-21 18:15:14 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^18.7.18"
|
|
|
|
}
|
2017-10-29 14:08:10 +00:00
|
|
|
}
|