-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathpackage.json
130 lines (130 loc) · 5.15 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
127
128
129
130
{
"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",
"start:bun": "bun 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 && npm run compile:type-predicate-generator && npm run compile:paseri && 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 && npm run compile:type-predicate-generator && npm run compile:paseri && vitest run",
"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:paseri": "rimraf cases/paseri/build && esbuild cases/paseri/src/index.ts --bundle --minify --platform=node --outdir=cases/paseri/build && tsc --emitDeclarationOnly cases/paseri/src/index.ts --outDir cases/paseri/build",
"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",
"compile:type-predicate-generator": "rimraf cases/type-predicate-generator/src/index_guards.ts && (cd cases/type-predicate-generator/src && type-predicate-generator ./index.ts) && tsc -p cases/type-predicate-generator/tsconfig.json",
"prepare": "ts-patch install",
"download-packages-popularity": "ts-node download-packages-popularity.ts"
},
"dependencies": {
"@aeriajs/validation": "0.0.148",
"@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.66",
"@sapphire/shapeshift": "3.9.7",
"@sinclair/typebox": "0.34.14",
"@skarab/tson": "1.5.1",
"@toi/toi": "1.3.0",
"@typeofweb/schema": "0.7.3",
"@types/benchmark": "2.1.5",
"@vbudovski/paseri": "npm:@jsr/[email protected]",
"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.1339",
"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.1.0",
"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",
"type-predicate-generator": "1.0.2",
"typescript": "5.6.3",
"typia": "7.6.0",
"undici": "7.2.3",
"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/node": "22.10.10",
"@types/svgo": "3.0.0",
"@types/ts-expose-internals": "npm:[email protected]",
"@types/yup": "0.32.0",
"babel-plugin-spectypes": "2.1.11",
"esbuild": "0.24.2",
"expect-type": "1.1.0",
"gts": "6.0.2",
"rimraf": "6.0.1",
"ts-patch": "3.3.0",
"tsconfigs": "4.0.2",
"vitest": "3.0.4"
},
"keywords": [
"benchmarks",
"types",
"typescript"
]
}