@qavajs/validation
Version:
Lib that transform plain english definition to validation functions
40 lines (39 loc) • 895 B
JSON
{
"name": "@qavajs/validation",
"version": "1.2.1",
"description": "Lib that transform plain english definition to validation functions",
"main": "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": "./index.d.ts",
"bugs": {
"url": "https://github.com/qavajs/validation/issues"
},
"homepage": "https://github.com/qavajs/validation#readme",
"devDependencies": {
"@types/chai": "^4.3.20",
"@types/node": "^22.15.3",
"typescript": "^5.8.3",
"@vitest/coverage-v8": "^3.1.2",
"vitest": "^3.1.2"
},
"dependencies": {
"ajv": "^8.17.1",
"chai": "^4.5.0"
}
}