{
  "name": "@sidetree/cas-ipfs",
  "publishConfig": {
    "access": "public"
  },
  "author": "gjgd (https://github.com/gjgd)",
  "contributors": [
    "Orie Steele (https://github.com/OR13)",
    "gjgd (https://github.com/gjgd)"
  ],
  "module": "dist/cas-ipfs.esm.js",
  "version": "0.3.1-unstable.60",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "pretest": "docker-compose up -d ipfs mongo",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint src",
    "lint:fix": "tsdx lint src --fix",
    "prepare": "tsdx build"
  },
  "devDependencies": {
    "@rollup/plugin-replace": "^3.0.0",
    "@sidetree/cas": "^0.3.1-unstable.60",
    "jest-environment-node": "^27.2.5",
    "tsdx": "^0.14.1"
  },
  "dependencies": {
    "@sidetree/common": "^0.3.1-unstable.60",
    "@sidetree/db": "^0.3.1-unstable.60",
    "ipfs-http-client": "^49.0.2",
    "it-concat": "^1.0.0"
  },
  "gitHead": "4d4f402741dec2fed2722afe631a3baa7e31daba",
  "homepage": "https://github.com/transmute-industries/sidetree.js/tree/main/packages/cas-ipfs",
  "repository": {
    "type": "git",
    "url": "https://github.com/transmute-industries/sidetree.js.git",
    "directory": "packages/cas-ipfs"
  }
}
