chore: update package.json
This commit is contained in:
parent
1b5a7c0605
commit
4d8eb4bc55
13
package.json
13
package.json
|
@ -1,12 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "@lumeweb/relay-cfg",
|
"name": "@lumeweb/relay-cfg",
|
||||||
"version": "0.1.7",
|
"version": "0.1.7",
|
||||||
|
"main": "lib/index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Christopher Jeffrey <chjjeffrey@gmail.com>",
|
"Christopher Jeffrey <chjjeffrey@gmail.com>",
|
||||||
"Hammer Technologies LLC <contact@lumeweb.com>"
|
"Hammer Technologies LLC <contact@lumeweb.com>"
|
||||||
],
|
],
|
||||||
"main": "dist/index.js",
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "gitea@git.lumeweb.com:LumeWeb/relay-cfg.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "presetter bootstrap",
|
"prepare": "presetter bootstrap",
|
||||||
"build": "run build",
|
"build": "run build",
|
||||||
|
@ -17,10 +21,13 @@
|
||||||
"presetter": "*"
|
"presetter": "*"
|
||||||
},
|
},
|
||||||
"readme": "ERROR: No README data found!",
|
"readme": "ERROR: No README data found!",
|
||||||
"_id": "@lumeweb/cfg@0.1.7",
|
"_id": "@lumeweb/relay-cfg@0.1.7",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bsert": "^0.0.12",
|
"bsert": "^0.0.12",
|
||||||
"deep-to-flat-object": "^1.0.1",
|
"deep-to-flat-object": "^1.0.1",
|
||||||
"object-path": "^0.11.8"
|
"object-path": "^0.11.8"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"lib"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue