{
  "name": "@ipld/schema-validation",
  "version": "1.1.0",
  "description": "Validate decoded data against an IPLD Schema",
  "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": "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"
  },
  "exports": {
    "require": "./cjs/index.js",
    "import": "./esm/index.js",
    "browser": "./esm/index.js"
  },
  "keywords": [],
  "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (https://www.mikealrogers.com/)",
  "license": "(Apache-2.0 AND MIT)",
  "devDependencies": {
    "@ipld/block": "^6.0.3",
    "hundreds": "0.0.8",
    "ipld-schema": "^0.3.2",
    "mocha": "^8.1.1",
    "multiformats": "^3.0.3",
    "polendina": "^1.1.0",
    "standard": "^14.3.4"
  },
  "dependencies": {
    "bytesish": "^0.4.3"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ipld/js-schema-validation.git"
  },
  "bugs": {
    "url": "https://github.com/ipld/js-schema-validation/issues"
  },
  "homepage": "https://github.com/ipld/js-schema-validation#readme",
  "browser": "./cjs/index.js"
}