2017-10-29 14:08:10 +00:00
|
|
|
{
|
2023-07-04 06:14:19 +00:00
|
|
|
"name": "@lumeweb/relay-cfg",
|
2023-07-04 07:39:00 +00:00
|
|
|
"version": "0.1.8",
|
2023-07-04 06:16:47 +00:00
|
|
|
"main": "lib/index.js",
|
2022-09-21 18:15:14 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
"Christopher Jeffrey <chjjeffrey@gmail.com>",
|
|
|
|
"Hammer Technologies LLC <contact@lumeweb.com>"
|
|
|
|
],
|
2023-07-04 06:16:47 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "gitea@git.lumeweb.com:LumeWeb/relay-cfg.git"
|
|
|
|
},
|
2022-09-21 18:15:14 +00:00
|
|
|
"scripts": {
|
2023-07-04 06:14:19 +00:00
|
|
|
"prepare": "presetter bootstrap",
|
|
|
|
"build": "run build",
|
|
|
|
"semantic-release": "semantic-release"
|
2022-09-21 18:15:14 +00:00
|
|
|
},
|
2023-07-04 06:14:19 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@lumeweb/node-library-preset": "^0.2.7",
|
|
|
|
"presetter": "*"
|
|
|
|
},
|
|
|
|
"readme": "ERROR: No README data found!",
|
2022-09-21 18:15:14 +00:00
|
|
|
"dependencies": {
|
2023-07-04 06:14:19 +00:00
|
|
|
"bsert": "^0.0.12",
|
2022-12-19 16:29:03 +00:00
|
|
|
"deep-to-flat-object": "^1.0.1",
|
|
|
|
"object-path": "^0.11.8"
|
2023-07-04 06:16:47 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib"
|
2023-07-04 06:27:25 +00:00
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
2017-10-29 14:08:10 +00:00
|
|
|
}
|