-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathpackage.json
126 lines (126 loc) · 4.44 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"private": true,
"name": "typescript-runtime-type-benchmarks",
"description": "Benchmark Comparison of TypeScript Runtime Type Support Modules",
"license": "MIT",
"author": {
"name": "Roman Filippov",
"email": "[email protected]"
},
"version": "1.0.0",
"scripts": {
"lint": "gts check",
"lint:fix": "gts fix",
"start": "ts-node index.ts",
"test:build": "npm run compile:spectypes && npm run compile:ts-runtime-checks && npm run compile:typebox && npm run compile:typia && npm run compile:deepkit && npm run compile:ts-auto-guard && tsc --noEmit",
"test": "npm run compile:spectypes && npm run compile:ts-runtime-checks && npm run compile:typebox && npm run compile:typia && npm run compile:deepkit && npm run compile:ts-auto-guard && jest",
"docs:serve": "serve docs",
"docs:watch": "tsc --project tsconfig.docs.json --watch --preserveWatchOutput & serve docs",
"docs:build": "tsc --project tsconfig.docs.json",
"compile:deepkit": "deepkit-type-install && rimraf cases/deepkit/build && tsc -p cases/deepkit/tsconfig.json",
"compile:spectypes": "rimraf cases/spectypes/build && tsc -p cases/spectypes/src && babel cases/spectypes/src --out-dir cases/spectypes/build --extensions \".ts\"",
"compile:ts-runtime-checks": "rimraf cases/ts-runtime-checks/build && tsc -p cases/ts-runtime-checks/src",
"compile:typebox": "ts-node cases/typebox/index.ts cases/typebox/build",
"compile:typia": "rimraf cases/typia/build && tsc -p cases/typia/tsconfig.json",
"compile:ts-auto-guard": "rimraf cases/ts-auto-guard/build && ts-auto-guard --project cases/ts-auto-guard/tsconfig.json && tsc -p cases/ts-auto-guard/tsconfig.json",
"prepare": "ts-patch install",
"download-packages-popularity": "ts-node download-packages-popularity.ts"
},
"dependencies": {
"@aeriajs/validation": "0.0.146",
"@ailabs/ts-utils": "1.4.0",
"@badrap/valita": "0.4.2",
"@deepkit/core": "1.0.1-alpha.154",
"@deepkit/type": "1.0.1-alpha.155",
"@deepkit/type-compiler": "1.0.1-alpha.155",
"@effect/schema": "0.75.5",
"@mojotech/json-type-validation": "3.1.0",
"@mondrian-framework/model": "2.0.65",
"@sapphire/shapeshift": "3.9.7",
"@sinclair/typebox": "0.34.13",
"@skarab/tson": "1.5.1",
"@toi/toi": "1.3.0",
"@typeofweb/schema": "0.7.3",
"@types/benchmark": "2.1.5",
"ajv": "8.17.1",
"arktype": "2.0.0-dev.12-cjs",
"banditypes": "0.2.5",
"benny": "3.7.1",
"bueno": "0.1.5",
"caketype": "0.5.0",
"class-transformer": "0.5.1",
"class-transformer-validator": "0.9.1",
"class-validator": "0.14.1",
"clone": "2.1.2",
"computed-types": "1.11.2",
"csv-stringify": "6.5.2",
"decoders": "1.25.5",
"fp-ts": "2.16.9",
"io-ts": "2.2.22",
"jet-schema": "1.4.3",
"jointz": "7.0.4",
"json-decoder": "1.4.1",
"mol_data_all": "1.1.1323",
"myzod": "1.12.0",
"ok-computer": "1.0.4",
"parse-dont-validate": "4.0.0",
"preact": "10.25.4",
"pure-parse": "0.0.0-beta.7",
"purify-ts": "2.1.0",
"r-assign": "1.9.0",
"reflect-metadata": "0.2.2",
"rescript": "11.1.4",
"rescript-schema": "9.0.1",
"rulr": "10.7.1",
"runtypes": "6.7.0",
"serve": "14.2.4",
"simple-runtypes": "7.1.3",
"spectypes": "2.1.11",
"succulent": "0.18.1",
"superstruct": "2.0.2",
"suretype": "2.4.1",
"svgo": "3.3.2",
"tiny-schema-validator": "5.0.3",
"to-typed": "0.5.2",
"ts-auto-guard": "5.0.1",
"ts-interface-checker": "1.0.2",
"ts-json-validator": "0.7.1",
"ts-node": "10.9.2",
"ts-runtime-checks": "0.6.3",
"typescript": "5.6.3",
"typia": "7.5.1",
"undici": "7.2.1",
"unknownutil": "3.18.1",
"valibot": "0.42.1",
"vality": "6.3.4",
"vega": "5.30.0",
"vega-lite": "5.11.0",
"yup": "1.6.1",
"zod": "3.24.1"
},
"devDependencies": {
"@babel/cli": "7.26.4",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"@types/clone": "2.1.4",
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/svgo": "3.0.0",
"@types/ts-expose-internals": "npm:[email protected]",
"@types/yup": "0.32.0",
"babel-plugin-spectypes": "2.1.11",
"expect-type": "1.1.0",
"gts": "6.0.2",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-patch": "3.3.0",
"tsconfigs": "4.0.2"
},
"keywords": [
"benchmarks",
"types",
"typescript"
]
}