@ceramicnetwork/stream-model
Version:
Ceramic Model stream type
58 lines (57 loc) • 1.54 kB
JSON
{
"name": "@ceramicnetwork/stream-model",
"version": "5.4.0",
"description": "Ceramic Model stream type",
"keywords": [
"ceramic",
"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": "NODE_OPTIONS=--experimental-vm-modules npx jest --silent --coverage --passWithNoTests",
"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/codecs": "^5.4.0",
"@ceramicnetwork/common": "^6.4.0",
"@ceramicnetwork/streamid": "^5.6.0",
"@ipld/dag-cbor": "^7.0.0",
"@stablelib/random": "^1.0.1",
"ajv": "^8.8.2",
"ajv-formats": "^2.1.1",
"codeco": "^1.1.0",
"fast-json-patch": "^3.1.0",
"json-schema-typed": "^8.0.1",
"multiformats": "~13.1.3",
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"json-schema-typed": "^8.0.1"
},
"gitHead": "a342f204dfcc0952aa691249e17d09d53af35036"
}