@diva.exchange/i2p-sam
Version:
I2P SAM: peer-to-peer communication between applications over I2P
64 lines (63 loc) • 1.75 kB
JSON
{
"name": "@diva.exchange/i2p-sam",
"version": "5.4.3",
"description": "I2P SAM: peer-to-peer communication between applications over I2P",
"funding": {
"type": "individual",
"url": "https://www.diva.exchange/en/join-in/"
},
"type": "module",
"main": "./lib/index.js",
"exports": {
".": "./lib/index.js"
},
"keywords": [
"i2p",
"sam",
"p2p",
"peer-to-peer",
"privacy",
"diva.exchange"
],
"author": "DIVA.EXCHANGE Association <contact@diva.exchange> (https://diva.exchange)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/diva-exchange/i2p-sam.git"
},
"bugs": {
"url": "https://github.com/diva-exchange/i2p-sam/issues"
},
"scripts": {
"build": "npm run clean && npm i && tsc && npm run lint",
"clean": "rm -rf lib/*",
"clean-test": "rm -rf test/compiled-lib/*",
"clean-benchmark": "rm -rf test/compiled-benchmark/*",
"lint": "prettier -w \"**/*.ts\" && eslint src/",
"test": "npm run build && npm run clean-test && tsc -p ./test/tsconfig.json && c8 mocha",
"benchmark": "npm run clean-benchmark && tsc -p ./test/benchmark/tsconfig.json",
"prepublishOnly": "npm run build"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"nanoid": "^5.1.5",
"rfc4648": "^1.5.4"
},
"devDependencies": {
"@eslint/js": "^9.26.0",
"@testdeck/mocha": "^0.3.3",
"@tsconfig/node16": "^16.1.3",
"@types/chai": "^5.2.2",
"@types/mocha": "^10.0.10",
"@types/node": "^22.15.17",
"c8": "^10.1.3",
"chai": "^5.2.0",
"eslint": "^9.26.0",
"mocha": "^11.2.2",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1"
}
}