{ "name": "peer-id", "version": "0.14.0", "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", "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.7", "@types/dirty-chai": "^2.0.2", "@types/mocha": "^8.0.1", "aegir": "^25.0.0" }, "dependencies": { "cids": "^1.0.0", "class-is": "^1.1.0", "libp2p-crypto": "^0.18.0", "minimist": "^1.2.5", "multihashes": "^3.0.1", "protons": "^2.0.0", "uint8arrays": "^1.1.0" }, "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 ", "Robert Kiel ", "Nate Foss ", "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ ", "Richard Littauer ", "Richard Schneider ", "Marcin Rataj ", "Topper Bowers ", "Henrique Dias ", "Yahya ", "Christian Paul ", "Carson Farmer ", "Arve Knudsen ", "Michael Garvin ", "Prashanth Chandra " ] }