{
  "name": "reviewed",
  "description": "Ergonomic, extensible and lightweight validators.",
  "version": "1.2.1",
  "license": "MIT",
  "author": "Joel Lefkowitz",
  "repository": "https://github.com/joellefkowitz/reviewed",
  "homepage": "https://joellefkowitz.github.io/reviewed",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "keywords": [
    "validators",
    "guards",
    "parsers"
  ],
  "packageManager": "yarn@4.1.1",
  "metadata": {
    "publisher": "npm",
    "languages": [
      "TypeScript"
    ],
    "frameworks": [],
    "paradigms": [
      "Functional"
    ],
    "lifecycle": "Alpha"
  },
  "scripts": {
    "_postinstall": "husky",
    "lint": "cspell . --dot --gitignore && eslint . --fix && tsc --noEmit && trufflehog3 -c .trufflehog3.yaml",
    "format": "prettier . --write",
    "build": "tsc",
    "test": "jest",
    "docs": "typedoc --options docs/typedoc/typedoc.json && ts-node ./docs/typedoc/assets.ts"
  },
  "resolutions": {
    "cliui": "^8.0.1",
    "strip-ansi": "^6.0.1"
  },
  "dependencies": {
    "json-stringify-safe": "^5.0.1",
    "passes": "^1.1.0"
  },
  "devDependencies": {
    "@types/glob": "^8.1.0",
    "@types/jest": "29.0.0",
    "@types/json-stringify-safe": "^5",
    "@types/node": "^18.11.0",
    "@typescript-eslint/eslint-plugin": "^6.20.0",
    "@typescript-eslint/parser": "^6.20.0",
    "cspell": "^8.0.0",
    "eslint": "^8.34.0",
    "eslint-config-prettier": "^8.0.0",
    "eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
    "glob": "^11.0.0",
    "husky": "^9.0.0",
    "jest": "^29.0.0",
    "pinst": "^3.0.0",
    "prettier": "^3.0.0",
    "prettier-plugin-jsdoc": "^1.3.0",
    "ts-jest": "^29.0.0",
    "ts-node": "^10.9.2",
    "tslib": "^2.3.0",
    "typedoc": "^0.25.7",
    "typedoc-material-theme": "^1.0.2",
    "typescript": "~5.3.0"
  }
}
