UNPKG

@cambrianprotocol/stream-caip10-link

Version:
54 lines (53 loc) 1.38 kB
{ "name": "@cambrianprotocol/stream-caip10-link", "version": "2.24.0", "description": "Ceramic AccountLink stream type", "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" ], "exports": { ".": "./lib/index.js" }, "sideEffects": false, "scripts": { "test": "exit 0", "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/streamid": "^2.14.0", "caip": "~1.1.0", "did-resolver": "^4.0.1", "lodash.clonedeep": "^4.5.0" }, "devDependencies": { "@ceramicnetwork/blockchain-utils-linking": "^2.13.0", "dids": "^4.0.0" }, "gitHead": "7fec99b17e8e28e93ef34002755d5240db492a32" }