-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.06 KB
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
{
"name": "@salusoft89/planegcs-validation",
"version": "1.1.3",
"description": "Auto-generated validation models for planegcs primitive types. Includes Typebox, Zod, Valibot, ArkType, and Yup.",
"main": "src/index.ts",
"scripts": {
"generate": "npx tsx src/index.ts && npx prettier --write dist"
},
"homepage": "https://github.com/Salusoft89/planegcs-validation",
"repository": {
"type": "git",
"url": "git+https://github.com/Salusoft89/planegcs-validation.git"
},
"private": false,
"author": "Miroslav Šerý",
"license": "LGPL-2.0-or-later",
"devDependencies": {
"@sinclair/typebox-codegen": "^0.9.11",
"@salusoft89/planegcs": "^1.1.3",
"@types/node": "^20.12.7",
"prettier": "^3.2.5",
"tsx": "^4.7.3",
"typescript": "^5.4.5"
},
"type": "module",
"files": [
"dist/*"
],
"bugs": {
"url": "https://github.com/Salusoft89/planegcs-validation/issues"
},
"dependencies": {
"esbuild": "^0.19.12",
"get-tsconfig": "^4.7.3",
"resolve-pkg-maps": "^1.0.0",
"undici-types": "^5.26.5"
}
}