{
  "name": "@qavajs/validation",
  "version": "1.6.3",
  "description": "@qavajs library that transform plain english definition to validation functions",
  "main": "./lib/index.js",
  "scripts": {
    "build": "tsc",
    "test": "vitest --coverage run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qavajs/validation.git"
  },
  "keywords": [
    "QA",
    "Test Automation"
  ],
  "authors": [
    "Alexandr Galichenko",
    "Alexandr Legchilov"
  ],
  "license": "MIT",
  "types": "./lib/index.d.ts",
  "bugs": {
    "url": "https://github.com/qavajs/validation/issues"
  },
  "homepage": "https://github.com/qavajs/validation#readme",
  "devDependencies": {
    "@types/node": "^25.9.0",
    "@vitest/coverage-v8": "^4.1.6",
    "@vitest/ui": "^4.1.6",
    "typescript": "^6.0.3",
    "vitest": "^4.1.6"
  },
  "dependencies": {
    "ajv": "8.20.0"
  }
}
