-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 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
{
"name": "@project-gauntlet/tools",
"version": "0.9.0",
"scripts": {
"build": "node ./grpc-js-fix.js && tsc --noEmit && rollup --config rollup.config.ts --configPlugin typescript2"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/project-gauntlet/tools.git"
},
"files": [
"dist",
"schema"
],
"bin": {
"gauntlet": "./bin/main.js"
},
"dependencies": {
"@grpc/grpc-js": "^1.11.1",
"@grpc/proto-loader": "^0.7.13",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"rollup": "^4.19.0",
"rollup-plugin-cleandir": "^2.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"simple-git": "^3.25.0",
"tail": "^2.2.6",
"toml": "^3.0.0",
"tslib": "^2.6.3",
"typescript": "^5.2.2",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.0"
},
"devDependencies": {
"@types/node": "^18.17.1",
"@types/tail": "^2.2.3",
"workspace-root": "^3.2.0"
},
"publishConfig": {
"access": "public"
}
}