{ "name": "@lumeweb/cfg", "version": "0.1.7", "license": "MIT", "authors": [ "Christopher Jeffrey ", "Hammer Technologies LLC " ], "main": "dist/index.js", "scripts": { "lint": "eslint lib/ || exit 0", "test": "bmocha --reporter spec test/*-test.js" }, "dependencies": { "arg": "^5.0.2", "bsert": "~0.0.10", "deep-to-flat-object": "^1.0.1", "object-path": "^0.11.8" }, "devDependencies": { "@types/node": "^18.7.18", "typescript": "^4.9.4" } }