{
  "name": "@ipld/types",
  "version": "0.3.0",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha test/*.spec.js"
  },
  "keywords": [],
  "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (https://www.mikealrogers.com/)",
  "license": "(Apache-2.0 AND MIT)",
  "dependencies": {
    "@ipld/block": "^2.0.3",
    "cids": "^0.7.1",
    "class-is": "^1.1.0"
  },
  "devDependencies": {
    "mocha": "^6.1.4",
    "standard": "^12.0.1",
    "tsame": "^2.0.1"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ipld/js-types.git"
  },
  "bugs": {
    "url": "https://github.com/ipld/js-types/issues"
  },
  "homepage": "https://github.com/ipld/js-types#readme",
  "description": ""
}
