holepunch-hop
Version:
data interface to HOP
55 lines (54 loc) • 1.32 kB
JSON
{
"name": "holepunch-hop",
"version": "0.5.0",
"description": "data interface to HOP",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/healthscience/holepunch-hop.git"
},
"keywords": [
"holepunch",
"data",
"hop",
"ptop"
],
"author": "aboynejames@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/healthscience/holepunch-hop/issues"
},
"homepage": "https://github.com/healthscience/holepunch-hop#readme",
"dependencies": {
"atob": "^2.1.2",
"axios": "^1.2.2",
"b4a": "^1.6.1",
"chrono-node": "^2.7.5",
"corestore": "^6.4.0",
"csv-parser": "^3.0.0",
"debounceify": "^1.0.0",
"graceful-goodbye": "^1.2.0",
"hyperbee": "^2.2.0",
"hypercore": "^10.5.3",
"hyperdrive": "^11.0.0-alpha.10",
"hyperswarm": "^4.3.5",
"localdrive": "github:holepunchto/localdrive",
"luxon": "^3.4.4",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"object-hash": "^3.0.0",
"vitest": "^3.1.1",
"brittle": "^3.1.0",
"protocol-buffers": "^4.2.0",
"standard": "^17.0.0",
"sub-encoder": "^1.0.6",
"tree-to-string": "^1.1.1",
"ws": "^8.11.0"
}
}