-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.72 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "adaptate",
"version": "1.0.0+beta.sha.6a96a7d",
"author": {
"name": "Peramanathan Sathyamoorthy",
"url": "https://github.com/p10ns11y/adaptate.git"
},
"repository": {
"type": "git",
"url": "https://github.com/p10ns11y/adaptate"
},
"bugs": {
"url": "https://github.com/p10ns11y/adaptate/issues"
},
"homepage": "https://github.com/p10ns11y/adaptate#readme",
"license": "MIT",
"type": "module",
"source": "./packages/core/src/index.ts",
"main": "./packages/core/build/index.es.js",
"types": "./packages/core/build/index.d.ts",
"files": [
"./packages/core/build",
"package.json",
"README.md"
],
"scripts": {
"test": "vitest --coverage",
"build": "turbo run build",
"coveragebadge": "pnpm run test && npx make-coverage-badge --output-path ./coverage-badge.svg"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@vitest/coverage-v8": "^2.1.4",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"turbo": "^2.2.3",
"vitest": "^2.1.4"
},
"description": "Dynamic and Adaptable Model Validator Using Zod, Interoperable with OpenAPI",
"keywords": [
"Zod",
"OpenAPI",
"Schema Validation",
"JSON Schema",
"TypeScript",
"Dynamic Validation",
"Conditional Requirements",
"React Hooks",
"Data Validation",
"API Integration",
"Model Validator",
"Schema Transformation",
"Runtime Validation",
"Component Props Validation",
"Business Data Abstraction"
],
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}