relay-cfg/package.json

21 lines
483 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": {
"bsert": "~0.0.10"
},
"devDependencies": {
"@types/node": "^18.7.18"
}
}