UNPKG

@lazy-ipfs/identity

Version:
66 lines (65 loc) 1.77 kB
{ "name": "@lazy-ipfs/identity", "version": "1.1.1", "description": "", "keywords": [ "IPFS", "ipfs", "multihash", "multiformats", "hash", "multibase", "encode", "decode", "formats", "libp2p", "datastore", "unixfs", "cid", "dweb", "node", "webrtc", "swarm", "pubsub", "p2p", "ipns", "ipld" ], "homepage": "https://github.com/bluelovers/ws-ipfs/tree/master/packages/@lazy-ipfs/identity#readme", "bugs": { "url": "https://github.com/bluelovers/ws-ipfs/issues" }, "repository": { "type": "git", "url": "git+https://github.com/bluelovers/ws-ipfs.git", "directory": "packages/@lazy-ipfs/identity" }, "license": "ISC", "author": "bluelovers", "main": "index.js", "scripts": { "coverage": "yarn run test -- --coverage", "lint": "ynpx --quiet eslint -- **/*.ts", "test": "jest --passWithNoTests", "test:jest": "jest --passWithNoTests", "test:jest:coverage": "yarn run test:jest -- --coverage", "test:jest:snapshot": "yarn run test:jest -- -u", "test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"", "test:snapshot": "yarn run test -- -u", "test:tsd": "ynpx tsd", "preversion": "echo preversion && yarn run test", "prepublishOnly:update": "yarn run ncu && yarn run sort-package-json", "ncu": "yarn-tool ncu -u", "sort-package-json": "yarn-tool sort", "tsc:showConfig": "ynpx get-current-tsconfig -p" }, "dependencies": { "@lazy-ipfs/repo-config": "^1.1.1", "fs-extra": "^11.1.1", "tslib": "^2" }, "publishConfig": { "access": "public" }, "gitHead": "375cfd1869f0560547d9bf679d91450f8b22dbb7" }