generated from yamiteru/ts-package
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 897 Bytes
/
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
{
"name": "isitfast",
"type": "module",
"version": "0.0.8",
"main": "dist/index.js",
"bin": "./dist/index.js",
"scripts": {
"benchmark:validate:validator": "FILE=validate.js BENCHMARK=validator node newer/index.js",
"benchmark:validate:zod": "FILE=validate.js BENCHMARK=zod node newer/index.js",
"benchmark:validate:valibot": "FILE=validate.js BENCHMARK=valibot node newer/index.js",
"compile": "node newer/compile.js",
"ast:template": "FILE=newer/template.js node ast.js > template.json",
"start": "node src/index.js benchmarks"
},
"devDependencies": {
"@types/node": "20.9.0",
"husky": "8.0.3",
"npm-run-all": "4.1.5",
"typescript": "5.2.2"
},
"packageManager": "[email protected]",
"dependencies": {
"@paralleldrive/cuid2": "2.2.2",
"@swc/core": "1.4.8",
"terser": "^5.29.2",
"valibot": "0.30.0",
"zod": "3.22.4"
}
}