relay-cfg/package.json

25 lines
615 B
JSON

{
"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": {
"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"
}
}