{
  "name": "@open-rpc/schema-utils-js",
  "private": false,
  "version": "2.2.1",
  "description": "",
  "main": "build/index.js",
  "browser": "build/index-web.js",
  "scripts": {
    "build": "npm run build:code && npm run build:docs",
    "build:docs": "typedoc",
    "build:code": "tsc",
    "test": "npm run test:unit && npm run test:web",
    "test:unit": "jest --coverage",
    "test-debug:unit": "node inspect node_modules/jest/bin/jest.js --coverage",
    "test:web": "npm run build:code && webpack && rm -rf dist",
    "watch:test": "jest --watch",
    "lint": "eslint . --ext .ts"
  },
  "files": [
    "build",
    "!build/**/*.test.*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/open-rpc/schema-utils-js.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/open-rpc/schema-utils-js/issues"
  },
  "homepage": "https://github.com/open-rpc/schema-utils-js#readme",
  "dependencies": {
    "@json-schema-tools/dereferencer": "^1.6.3",
    "@json-schema-tools/meta-schema": "^1.7.5",
    "@json-schema-tools/reference-resolver": "^1.2.6",
    "@open-rpc/spec-types": "0.0.2",
    "@open-rpc/specification-extension-spec": "^1.0.2",
    "ajv": "^6.10.0",
    "detect-node": "^2.0.4",
    "fast-safe-stringify": "^2.0.7",
    "fs-extra": "^10.1.0",
    "is-url": "^1.2.4",
    "isomorphic-fetch": "^3.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@types/detect-node": "^2.0.0",
    "@types/fs-extra": "^9.0.1",
    "@types/is-url": "^1.2.28",
    "@types/isomorphic-fetch": "0.0.39",
    "@types/jest": "^29.5.12",
    "@types/json-schema": "^7.0.3",
    "@types/node-fetch": "^2.1.6",
    "@types/rimraf": "^3.0.0",
    "@types/webpack-env": "^1.13.9",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "eslint": "^8.0.0",
    "eslint-config-prettier": "^8.0.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^29.7.0",
    "json-schema": "^0.4.0",
    "prettier": "^2.0.0",
    "rimraf": "^3.0.0",
    "ts-jest": "29.4.6",
    "typedoc": "^0.25.13",
    "typescript": "^4.9.5",
    "webpack": "^5.1.3",
    "webpack-cli": "^5.1.4"
  }
}
