UNPKG

@ceramicnetwork/stream-model-instance

Version:

Ceramic Model Instance Document stream type

51 lines (50 loc) 1.29 kB
{ "name": "@ceramicnetwork/stream-model-instance", "version": "5.4.0", "description": "Ceramic Model Instance Document stream type", "keywords": [ "ceramic", "mid", "model" ], "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" ], "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": { "@ceramicnetwork/common": "^6.4.0", "@ceramicnetwork/streamid": "^5.6.0", "@ipld/dag-cbor": "^7.0.0", "@stablelib/random": "^1.0.1", "fast-json-patch": "^3.1.0", "object-sizeof": "^2.6.1", "uint8arrays": "^5.0.1" }, "gitHead": "a342f204dfcc0952aa691249e17d09d53af35036" }