UNPKG

@ceramicnetwork/stream-model-instance-handler

Version:

Ceramic Model Instance Document stream handler

67 lines (66 loc) 1.92 kB
{ "name": "@ceramicnetwork/stream-model-instance-handler", "version": "5.4.0", "description": "Ceramic Model Instance Document stream handler", "keywords": [ "ceramic", "mid", "handler" ], "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)", "directories": { "lib": "./lib" }, "main": "./lib/index.js", "types": "./lib/index.d.ts", "type": "module", "files": [ "lib" ], "sideEffects": false, "exports": { ".": "./lib/index.js" }, "scripts": { "test": "NODE_OPTIONS=--experimental-vm-modules npx jest --silent --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": { "@ceramicnetwork/common": "^6.4.0", "@ceramicnetwork/stream-handler-common": "^5.4.0", "@ceramicnetwork/stream-model": "^5.4.0", "@ceramicnetwork/stream-model-instance": "^5.4.0", "@ceramicnetwork/streamid": "^5.6.0", "ajv": "^8.8.2", "ajv-formats": "^2.1.1", "fast-json-patch": "^3.1.0", "lodash.clonedeep": "^4.5.0", "uint8arrays": "^5.0.1" }, "devDependencies": { "@ceramicnetwork/common-test-utils": "^4.4.0", "@ceramicnetwork/did-test-utils": "^4.4.0", "@didtools/cacao": "^3.0.0", "@ipld/dag-cbor": "^7.0.0", "@stablelib/sha256": "^1.0.1", "@types/lodash.clonedeep": "^4.5.6", "@types/node": "^18.0.3", "did-resolver": "^4.0.1", "dids": "^5.0.0", "key-did-resolver": "^4.0.0", "multiformats": "~13.1.3" }, "gitHead": "a342f204dfcc0952aa691249e17d09d53af35036" }