UNPKG

@cambrianprotocol/stream-caip10-link-handler

Version:
56 lines (55 loc) 1.57 kB
{ "name": "@cambrianprotocol/stream-caip10-link-handler", "version": "2.22.0", "description": "Ceramic AccountLink stream handler", "keywords": [ "ceramic", "account-link", "caip10" ], "author": "Janko Simonovic <simonovic86@gmail.com>", "repository": { "type": "git", "url": "git+https://github.com/ceramicnetwork/js-ceramic.git" }, "bugs": { "url": "https://github.com/ceramicnetwork/js-ceramic/issues" }, "homepage": "https://github.com/ceramicnetwork/js-ceramic#readme", "license": "(Apache-2.0 OR MIT)", "main": "./lib/index.js", "types": "./lib/index.d.ts", "type": "module", "directories": { "lib": "./lib" }, "files": [ "lib" ], "sideEffects": false, "exports": { ".": "./lib/index.js" }, "scripts": { "test": "NODE_OPTIONS=--experimental-vm-modules npx jest --coverage", "build": "npx tsc --project tsconfig.json", "prepublishOnly": "npm run build", "prebuild": "npm run clean", "lint": "npx eslint ./src --ext .js,.jsx,.ts,.tsx", "clean": "npx rimraf ./lib" }, "dependencies": { "@cambrianprotocol/common": "^2.27.0", "@ceramicnetwork/blockchain-utils-validation": "^2.15.0", "@ceramicnetwork/stream-caip10-link": "^2.18.0", "@ceramicnetwork/stream-handler-common": "^1.13.0" }, "devDependencies": { "@stablelib/sha256": "^1.0.1", "@types/lodash.clonedeep": "^4.5.6", "lodash.clonedeep": "^4.5.0", "multiformats": "^11.0.1", "uint8arrays": "^4.0.3" }, "gitHead": "7fec99b17e8e28e93ef34002755d5240db492a32" }