libhyperproxy/package.json

36 lines
903 B
JSON

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