@ceramicnetwork/common
Version:
Ceramic common types and utilities
79 lines (78 loc) • 2.24 kB
JSON
{
"name": "@ceramicnetwork/common",
"version": "6.4.0",
"description": "Ceramic common types and utilities",
"keywords": [
"ceramic",
"types",
"utilities"
],
"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)",
"directories": {
"lib": "./lib"
},
"main": "lib/index.js",
"type": "module",
"exports": {
".": "./lib/index.js"
},
"types": "lib/index.d.ts",
"files": [
"lib"
],
"sideEffects": false,
"browser": {
"./lib/logger-provider.js": "./lib/logger-provider-browser.js",
"./lib/loggers.js": "./lib/loggers-browser.js"
},
"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/streamid": "^5.6.0",
"@didtools/cacao": "^3.0.0",
"@didtools/key-webauthn": "^2.0.2",
"@didtools/pkh-ethereum": "^0.2.0",
"@didtools/pkh-solana": "^0.2.0",
"@didtools/pkh-stacks": "^0.2.0",
"@didtools/pkh-tezos": "^0.3.0",
"@ipld/dag-cbor": "^9.1.0",
"@stablelib/random": "^1.0.1",
"caip": "~1.1.0",
"flat": "^5.0.2",
"it-first": "^3.0.4",
"jet-logger": "1.2.2",
"lodash.clonedeep": "^4.5.0",
"logfmt": "^1.3.2",
"multiformats": "~13.1.3",
"rxjs": "^7.8.1",
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@ceramicnetwork/base-test-utils": "^3.13.0",
"@types/lodash.clonedeep": "^4.5.6",
"@types/logfmt": "^1.2.2",
"@types/node": "^18.0.3",
"dids": "^5.0.0",
"express": "^4.18.2",
"get-port": "^7.0.0",
"ipfs-core-types": "^0.14.0",
"json-schema-to-typescript": "^10.1.5",
"typescript-json-schema": "^0.52.0"
},
"gitHead": "a342f204dfcc0952aa691249e17d09d53af35036"
}