-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) 路 1.36 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) 路 1.36 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
{
"name": "windmill-ts",
"version": "1.7.2",
"description": "Type-safe client for Windmill",
"main": "dist/src/index.js",
"bin": "dist/src/index.js",
"type": "module",
"scripts": {
"build": "rimraf dist/ && tsc",
"prepublishOnly": "npm run build"
},
"keywords": [],
"author": "Tsvetomir Bonev <me@invak.id>",
"license": "Unlicense",
"devDependencies": {
"@types/node": "24.12.0",
"rimraf": "6.1.3",
"typescript": "6.0.2"
},
"dependencies": {
"@stdlib/string-camelcase": "0.2.3",
"@stdlib/string-capitalize": "0.3.1",
"chalk": "5.6.2",
"cli-spinners": "3.4.0",
"commander": "14.0.3",
"dedent": "1.7.2",
"json-schema-to-zod": "2.8.0",
"log-update": "7.2.0",
"p-queue": "9.1.0",
"p-retry": "8.0.0",
"to-valid-identifier": "1.0.0",
"ts-morph": "27.0.2",
"windmill-client": "1.719.0",
"yaml": "2.8.3",
"zod": "4.3.6",
"zod-to-json-schema": "3.25.2"
},
"pnpm": {
"overrides": {
"brace-expansion@<5.0.5": "5.0.5",
"picomatch@<4.0.4": "4.0.4"
}
},
"repository": {
"type": "git",
"url": "https://github.com/invakid404/windmill-ts.git"
},
"bugs": {
"url": "https://github.com/invakid404/windmill-ts/issues"
},
"homepage": "https://github.com/invakid404/windmill-ts#readme",
"files": ["dist", "README.md"],
"packageManager": "pnpm@10.33.0"
}