relay-cfg/package.json

48 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2017-10-29 14:08:10 +00:00
{
2023-07-04 06:14:19 +00:00
"name": "@lumeweb/relay-cfg",
"version": "0.1.15",
2023-07-04 06:16:47 +00:00
"main": "lib/index.js",
2022-09-21 18:15:14 +00:00
"license": "MIT",
2023-07-07 13:14:12 +00:00
"type": "module",
"types": "lib/index.d.ts",
"module": "lib/index.mjs",
"exports": {
".": {
"require": "./lib/index.js",
"import": "./lib/index.mjs"
},
"./package.json": "./package.json"
},
2022-09-21 18:15:14 +00:00
"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",
2023-07-07 13:14:12 +00:00
"presetter": "*",
"presetter-preset-hybrid": "^4.0.1"
2023-07-04 06:14:19 +00:00
},
"readme": "ERROR: No README data found!",
2022-09-21 18:15:14 +00:00
"dependencies": {
2023-07-07 13:19:21 +00:00
"arg": "^5.0.2",
2023-07-04 06:14:19 +00:00
"bsert": "^0.0.12",
"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
}