peer-discovery-irc/package.json

34 lines
878 B
JSON

{
"name": "@lumeweb/peer-discovery-irc",
"version": "0.0.2-develop.6",
"main": "lib/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "gitea@git.lumeweb.com:LumeWeb/peer-discovery-irc.git"
},
"devDependencies": {
"@lumeweb/node-library-preset": "^0.2.7",
"presetter": "*"
},
"readme": "ERROR: No README data found!",
"scripts": {
"prepare": "presetter bootstrap",
"build": "run build",
"semantic-release": "semantic-release"
},
"dependencies": {
"@ctrl/irc": "^2.1.1",
"@lumeweb/libpeerdiscovery": "^0.1.0-develop.1",
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",
"json-stringify-deterministic": "^1.0.8"
},
"files": [
"lib/**"
],
"publishConfig": {
"access": "public"
}
}