{
  "name": "json-schema-it",
  "version": "1.2.24",
  "description": "JSON Schema generator.",
  "author": "Mark <mark@remarkablemark.org>",
  "main": "cjs/index.js",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "clean": "rm -rf cjs coverage docs",
    "docs": "typedoc",
    "docs:watch": "npm run docs -- --watch",
    "lint": "eslint .",
    "lint:fix": "npm run lint -- --fix",
    "lint:package": "publint",
    "lint:tsc": "tsc --noEmit",
    "prepare": "husky",
    "prepublishOnly": "npm run lint && npm run lint:tsc && npm run test:ci && npm run test:esm && npm run clean && npm run build",
    "test": "jest",
    "test:ci": "CI=true jest --ci --colors --coverage",
    "test:esm": "npm run build && node --test **/*.test.mjs",
    "test:watch": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/braze-community/json-schema-it.git"
  },
  "bugs": {
    "url": "https://github.com/braze-community/json-schema-it/issues"
  },
  "keywords": [
    "json-schema",
    "json",
    "schema",
    "javascript",
    "js",
    "document"
  ],
  "dependencies": {
    "@types/validator": "13.15.10",
    "validator": "13.15.35"
  },
  "devDependencies": {
    "@commitlint/cli": "20.5.0",
    "@commitlint/config-conventional": "20.5.0",
    "@eslint/compat": "2.0.5",
    "@eslint/eslintrc": "3.3.5",
    "@eslint/js": "10.0.1",
    "@types/jest": "30.0.0",
    "@types/node": "25.5.2",
    "@typescript-eslint/eslint-plugin": "8.58.1",
    "@typescript-eslint/parser": "8.58.1",
    "eslint": "10.2.0",
    "eslint-plugin-prettier": "5.5.5",
    "eslint-plugin-simple-import-sort": "13.0.0",
    "eslint-plugin-tsdoc": "0.5.2",
    "globals": "17.4.0",
    "husky": "9.1.7",
    "jest": "30.3.0",
    "lint-staged": "16.4.0",
    "prettier": "3.8.1",
    "publint": "0.3.18",
    "ts-jest": "29.4.9",
    "ts-node": "10.9.2",
    "typedoc": "0.28.18",
    "typescript": "6.0.2"
  },
  "files": [
    "cjs/"
  ],
  "license": "MIT"
}
