{ "name": "peer-id", "version": "0.14.2", "description": "IPFS Peer Id implementation in Node.js", "leadMaintainer": "Vasco Santos ", "main": "src/index.js", "types": "src/index.d.ts", "bin": "src/bin.js", "scripts": { "lint": "aegir lint", "build": "aegir build --no-types", "test": "aegir test", "test:node": "aegir test -t node", "test:browser": "aegir test -t browser -t webworker", "test:types": "npx tsc", "release": "aegir release", "release-minor": "aegir release --type minor", "release-major": "aegir release --type major", "coverage": "aegir coverage", "size": "aegir build -b" }, "files": [ "src", "dist" ], "keywords": [ "IPFS" ], "license": "MIT", "engines": { "node": ">=10.0.0", "npm": ">=6.0.0" }, "bugs": { "url": "https://github.com/libp2p/js-peer-id/issues" }, "homepage": "https://github.com/libp2p/js-peer-id", "devDependencies": { "@types/chai": "^4.2.14", "@types/dirty-chai": "^2.0.2", "@types/mocha": "^8.2.0", "aegir": "^30.3.0" }, "dependencies": { "cids": "^1.1.5", "class-is": "^1.1.0", "libp2p-crypto": "^0.19.0", "minimist": "^1.2.5", "multihashes": "^3.1.1", "protons": "^2.0.0", "uint8arrays": "^2.0.5" }, "repository": { "type": "git", "url": "https://github.com/libp2p/js-peer-id.git" }, "contributors": [ "David Dias ", "Vasco Santos ", "nginnever ", "dignifiedquire ", "Jacob Heun ", "Pedro Teixeira ", "Stephen Whitmore ", "Hugo Dias ", "Maciej Krüger ", "Alex Potsides ", "Nate Foss ", "Robert Kiel ", "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ ", "Arve Knudsen ", "Carson Farmer ", "Christian Paul ", "Henrique Dias ", "Marcin Rataj ", "Michael Garvin ", "Prashanth Chandra ", "Richard Littauer ", "Richard Schneider ", "Topper Bowers ", "Vojtech Simetka ", "Yahya ", "Adam Uhlíř " ] }