{
  "name": "@hyperjump/json-schema-bundle",
  "version": "0.4.0",
  "description": "A tool for bundling JSON Schema documents",
  "main": "lib/index.js",
  "exports": {
    "require": "./lib/index.js",
    "import": "./lib/index.mjs"
  },
  "scripts": {
    "clean": "xargs -a .gitignore rm -rf",
    "lint": "eslint lib",
    "test": "mocha --require ts-node/register 'lib/**/*.spec.ts'",
    "build": "rollup --config rollup.config.js",
    "prepublishOnly": "npm run build"
  },
  "repository": "github:hyperjump-io/json-schema-bundle",
  "keywords": [
    "JSON Schema",
    "json-schema",
    "jsonschema",
    "schema",
    "bundle",
    "bundler",
    "$ref",
    "external",
    "reference",
    "Compound Schema Document",
    "embedded"
  ],
  "author": "Jason Desrosiers <jdesrosi@gmail.com>",
  "license": "MIT",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/jdesrosiers"
  },
  "dependencies": {
    "@hyperjump/json-schema": "^0.23.0",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "*",
    "@rollup/plugin-node-resolve": "*",
    "@types/chai": "*",
    "@types/mocha": "*",
    "@types/uuid": "*",
    "@typescript-eslint/eslint-plugin": "*",
    "@typescript-eslint/parser": "*",
    "chai": "*",
    "eslint": "*",
    "eslint-import-resolver-node": "*",
    "eslint-import-resolver-typescript": "*",
    "eslint-plugin-import": "*",
    "mocha": "*",
    "rollup": "*",
    "rollup-plugin-terser": "*",
    "ts-node": "*",
    "typescript": "*"
  }
}
