chore: update package.json

This commit is contained in:
Derrick Hammer 2023-07-04 02:16:47 -04:00
parent 1b5a7c0605
commit 4d8eb4bc55
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 10 additions and 3 deletions

View File

@ -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"
]
} }