relay-cfg/package.json

25 lines
615 B
JSON
Raw Normal View History

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": {
"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": {
2022-12-19 16:29:59 +00:00
"@types/node": "^18.7.18",
"typescript": "^4.9.4"
2022-09-21 18:15:14 +00:00
}
2017-10-29 14:08:10 +00:00
}