libhyperproxy/package.json

36 lines
903 B
JSON
Raw Permalink Normal View History

2023-01-12 17:39:23 +00:00
{
"name": "@lumeweb/libhyperproxy",
"version": "0.0.2-develop.4",
2023-07-05 10:17:23 +00:00
"main": "lib/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "gitea@git.lumeweb.com:LumeWeb/libhyperproxy.git"
},
2023-01-12 17:39:23 +00:00
"devDependencies": {
2023-07-05 10:17:23 +00:00
"@lumeweb/node-library-preset": "^0.2.7",
"@types/serialize-error": "^4.0.1",
2023-01-12 17:39:23 +00:00
"@types/streamx": "^2.9.1",
2023-07-05 10:17:23 +00:00
"presetter": "*"
},
"readme": "ERROR: No README data found!",
"scripts": {
"prepare": "presetter bootstrap",
"build": "run build",
"semantic-release": "semantic-release"
2023-01-12 17:39:23 +00:00
},
"dependencies": {
2023-07-05 10:17:23 +00:00
"binconv": "^0.2.0",
"compact-encoding": "^2.12.0",
"protomux": "^3.5.0",
"serialize-error": "^11.0.0",
2023-07-05 10:17:23 +00:00
"streamx": "^2.15.0"
2023-07-05 10:25:15 +00:00
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
2023-01-12 17:39:23 +00:00
}
}