{
  "name": "ascertain",
  "version": "3.2.35",
  "description": "0-Deps, simple, fast, for browser and node js object schema validator",
  "type": "module",
  "types": "build/index.d.ts",
  "main": "build/index.cjs",
  "module": "build/index.js",
  "exports": {
    "require": "./build/index.cjs",
    "import": "./build/index.js"
  },
  "files": [
    "build",
    "src/index.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/3axap4eHko/ascertain.git"
  },
  "keywords": [
    "javascript",
    "js",
    "schema",
    "validation",
    "js-validation",
    "validator",
    "js-validator",
    "assert",
    "ascertain",
    "browser",
    "node"
  ],
  "author": "Ivan Zakharchanka",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/3axap4eHko/ascertain/issues"
  },
  "homepage": "https://github.com/3axap4eHko/ascertain#readme",
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^25.9.0",
    "@typescript-eslint/eslint-plugin": "^8.59.4",
    "@typescript-eslint/parser": "^8.59.4",
    "@typescript-eslint/typescript-estree": "^8.59.4",
    "@vitest/coverage-v8": "^4.1.6",
    "@vuepress/bundler-vite": "2.0.0-rc.30",
    "@vuepress/theme-default": "2.0.0-rc.130",
    "ajv": "^8.20.0",
    "ascertain": "latest",
    "eslint": "^10.4.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "handlebars": "^4.7.9",
    "husky": "^9.1.7",
    "inop": "^0.9.0",
    "overtake": "^2.1.1",
    "prettier": "^3.8.3",
    "recast": "^0.23.11",
    "sass-embedded": "^1.99.0",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.59.4",
    "vitest": "^4.1.6",
    "vue": "^3.5.34",
    "vuepress": "2.0.0-rc.30",
    "zod": "^4.4.3"
  },
  "scripts": {
    "build": "rm -rf build && NODE_ENV=production inop src/ build -i __tests__ -i __bench__ && tsc --declaration --emitDeclarationOnly",
    "lint": "eslint src",
    "bench": "overtake src/__bench__/*.ts --pin-cores -w 1 --progress",
    "bench:test": "OVERTAKE_GC_OBSERVER=1 overtake src/__bench__/self.ts --pin-cores -w 1 --progress --compare-baseline .bench-baseline.json",
    "bench:save": "OVERTAKE_GC_OBSERVER=1 overtake src/__bench__/self.ts --pin-cores -w 1 --progress --save-baseline .bench-baseline.json",
    "test": "NODE_ENV=test vitest run",
    "docs:build": "vuepress build docs",
    "docs:clean-dev": "vuepress dev docs --clean-cache",
    "docs:dev": "vuepress dev docs",
    "docs:gen": "node --loader ts-node/esm ./scripts/docgen.ts src/index.ts",
    "docs:update-package": "pnpm dlx vp-update"
  }
}