-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"name": "windmill-ts",
"version": "0.4.1",
"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 <[email protected]>",
"license": "Unlicense",
"devDependencies": {
"@types/node": "^22.9.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0",
"dedent": "^1.5.3",
"json-schema-to-zod": "^2.4.1",
"ora": "^8.1.1",
"p-queue": "^8.0.1",
"to-valid-identifier": "^0.1.1",
"windmill-client": "^1.422.0",
"zod": "^3.23.8"
},
"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"]
}