21 lines
407 B
JSON
21 lines
407 B
JSON
{
|
|
"type": "module",
|
|
"name": "peerid",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@192.168.0.11:libp2p/peerid.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@libp2p/peer-id-factory": "^1.0.18",
|
|
"uint8arrays": "^3.1.0"
|
|
}
|
|
}
|