UNPKG

@lazy-ipfs/compatible-files

Version:
70 lines (69 loc) 1.88 kB
{ "name": "@lazy-ipfs/compatible-files", "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/compatible-files#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/compatible-files" }, "license": "ISC", "author": "bluelovers", "main": "index.js", "scripts": { "coverage": "yarn run test -- --coverage", "lint": "ynpx --quiet eslint -- **/*.ts", "test": "echo \"Error: no test specified\"", "test:jest": "ynpx --quiet jest -- --coverage --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": "yarn run test", "prepublishOnly": "echo prepublishOnly", "ncu": "yarn-tool ncu -u", "sort-package-json": "yarn-tool sort", "tsc:showConfig": "ynpx get-current-tsconfig -p" }, "dependencies": { "@lazy-ipfs/is-same-cid": "^1.1.1", "lazy-aggregate-error": "^1.0.19", "ts-type": "^3.0.1", "tslib": "^2" }, "peerDependencies": { "ipfs-core-types": "*" }, "publishConfig": { "access": "public" }, "gitHead": "375cfd1869f0560547d9bf679d91450f8b22dbb7" }