{
  "name": "@ipld/block",
  "version": "6.0.4",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "lint": "standard",
    "build": "npm_config_yes=true npx ipjs@latest build --tests",
    "publish": "npm_config_yes=true npx ipjs@latest publish",
    "test:cjs": "npm run build && mocha dist/cjs/node-test/test-*.js",
    "test:node": "hundreds mocha test/test-*.js",
    "test:browser": "polendina --cleanup dist/cjs/node-test/test-*.js",
    "test": "npm run lint && npm run test:node && npm run test:cjs && npm run test:browser",
    "coverage": "c8 --reporter=html mocha test/test-*.js && npx st -d coverage -p 8080"
  },
  "keywords": [],
  "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (https://www.mikealrogers.com/)",
  "license": "(Apache-2.0 AND MIT)",
  "devDependencies": {
    "@ipld/dag-json": "^3.0.17",
    "hundreds": "0.0.8",
    "mocha": "^8.1.3",
    "polendina": "1.1.0",
    "standard": "^14.3.4"
  },
  "dependencies": {
    "@ipld/dag-cbor": "1.1.11",
    "class-is": "^1.1.0",
    "lodash.transform": "^4.6.0",
    "multiformats": "^3.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ipld/js-block.git"
  },
  "bugs": {
    "url": "https://github.com/ipld/js-block/issues"
  },
  "exports": {
    ".": {
      "require": "./cjs/index.js",
      "import": "./esm/index.js",
      "browser": "./esm/index.js"
    },
    "./basics": {
      "require": "./cjs/basics.js",
      "import": "./esm/basics.js",
      "browser": "./esm/basics.js"
    },
    "./defaults": {
      "require": "./cjs/defaults.js",
      "import": "./esm/defaults.js",
      "browser": "./esm/defaults.js"
    }
  },
  "homepage": "https://github.com/ipld/js-block#readme",
  "description": "IPLD Block interface",
  "browser": {
    ".": "./cjs/index.js",
    "./basics": "./cjs/basics.js",
    "./defaults": "./cjs/defaults.js"
  }
}