blind-peer-encodings
Version:
Blind-peer encodings
42 lines (41 loc) • 911 B
JSON
{
"name": "blind-peer-encodings",
"version": "3.3.1",
"description": "Blind-peer encodings",
"main": "index.js",
"scripts": {
"format": "prettier --write .",
"test": "prettier --check ."
},
"files": [
"index.js",
"spec/",
"spec-admin/",
"spec-router/",
"lib/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/blind-peer-encodings.git"
},
"keywords": [
"Blind",
"peer",
"encodings"
],
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/blind-peer-encodings/issues"
},
"homepage": "https://github.com/holepunchto/blind-peer-encodings#readme",
"devDependencies": {
"hyperschema": "^1.10.4",
"prettier": "^3.6.2",
"prettier-config-holepunch": "^2.0.0"
},
"dependencies": {
"compact-encoding": "^3.0.0",
"hyperdb": "^6.0.0"
}
}