{
  "name": "@vannizhang/living-atlas-content-validator",
  "version": "1.5.26",
  "description": "Validation and Scoring rules for curating content in the ArcGIS Living Atlas",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArcGIS/living-atlas-content-validator.git"
  },
  "author": "ArcGIS Living Atlas",
  "bugs": {
    "url": "https://github.com/ArcGIS/living-atlas-content-validator/issues"
  },
  "homepage": "https://github.com/ArcGIS/living-atlas-content-validator#readme",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "docs/**/*",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "license": "Apache-2.0",
  "scripts": {
    "test": "jest --config jest.config.js",
    "test:benchmarks": "jest --config jest.config.js __tests__/benchmarks/",
    "test:regression": "jest --config jest.config.js __tests__/regression/",
    "clean": "rimraf dist",
    "build": "npm run clean && tsc",
    "postbuild": "node ./scripts/add-package-info/index.js",
    "lint": "eslint src --ext .tsx,.ts --cache --fix",
    "prepare": "husky install && npm run build",
    "prepublishOnly": "npm run test && npm run lint",
    "version": "npm run lint && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "lint-staged": {
    "src/**/*.{ts,tsx,json}": [
      "prettier --write",
      "eslint src --fix",
      "jest --bail --findRelatedTests --passWithNoTests"
    ]
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/node": "^22.15.18",
    "@types/sanitize-html": "^2.16.0",
    "@typescript-eslint/eslint-plugin": "^5.58.0",
    "@typescript-eslint/parser": "^5.58.0",
    "eslint": "^8.38.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.3",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.7.0",
    "lint-staged": "^13.2.1",
    "prettier": "^2.8.7",
    "rimraf": "^5.0.10",
    "ts-jest": "^29.3.3",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "sanitize-html": "^2.17.0"
  }
}
