-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) 路 988 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) 路 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@yipsec/rise",
"version": "1.0.1",
"description": "eclipse-resistant network identities",
"main": "index.js",
"scripts": {
"test": "mocha test --exit",
"generate-docs": "mkdir -p ./docs && rm -r ./docs && jsdoc index.js -c .jsdoc.json --verbose -d ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/161chihuahuas/rise.git"
},
"keywords": [
"kademlia",
"nodeid",
"eclipse",
"sybil",
"dusk",
"p2p",
"crypto"
],
"author": "yipsec <161chihuahuas@disroot.org>",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/161chihuahuas/rise/issues"
},
"homepage": "https://github.com/161chihuahuas/rise#readme",
"dependencies": {
"@noble/curves": "^1.9.2",
"@yipsec/equihash": "^1.0.0",
"bip39": "^3.1.0",
"eciesjs": "^0.4.15"
},
"devDependencies": {
"chai": "^5.2.0",
"clean-jsdoc-theme": "^4.3.0",
"jsdoc": "^4.0.4",
"mocha": "^11.5.0"
}
}