forked from moltar/typescript-runtime-type-benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.5 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.5 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
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
{
"private": true,
"name": "typescript-runtime-type-benchmarks",
"description": "Benchmark Comparison of TypeScript Runtime Type Support Modules",
"license": "MIT",
"author": {
"name": "Roman Filippov",
"email": "rf@romanfilippov.com"
},
"version": "1.0.0",
"scripts": {
"lint": "gts check",
"lint:fix": "gts fix",
"start": "ts-node index.ts",
"test": "jest"
},
"dependencies": {
"@ailabs/ts-utils": "1.3.0",
"@marcj/marshal": "2.1.3",
"@toi/toi": "1.3.0",
"benny": "3.6.14",
"class-transformer": "0.2.3",
"class-transformer-validator": "0.8.0",
"class-validator": "0.12.2",
"clone": "2.1.2",
"csv-stringify": "5.5.0",
"fp-ts": "2.6.0",
"funval": "0.3.0",
"io-ts": "2.2.2",
"jointz": "6.1.1",
"json-decoder": "1.3.4",
"myzod": "0.0.38",
"purify-ts": "0.15.1",
"quartet": "9.1.13",
"reflect-metadata": "0.1.13",
"runtypes": "4.2.0",
"svgo": "1.3.2",
"ts-json-validator": "0.6.0",
"ts-node": "8.10.1",
"ts-prove": "1.1.2",
"typescript": "3.9.2",
"vega": "5.11.1",
"vega-lite": "4.12.0",
"yup": "0.28.5",
"zod": "1.6.0"
},
"devDependencies": {
"@types/clone": "0.1.30",
"@types/jest": "25.2.1",
"@types/node": "13.13.5",
"@types/svgo": "1.3.2",
"@types/yup": "0.28.3",
"expect-type": "0.7.2",
"gts": "2.0.2",
"jest": "26.0.1",
"ts-jest": "25.5.1",
"tsconfigs": "4.0.2"
},
"keywords": [
"benchmarks",
"types",
"typescript"
]
}