Files
windmill/cli/windmill-utils-internal/package.json
T
centdix 7f56651b13 chore: add windmill-utils-internal package (#6299)
* add utils package

* naming

* cleaning

* add docs

* remove log

* use autogenerated types

* remove old

* fix

* cleaning

* add docs
2025-07-31 00:10:58 +00:00

24 lines
538 B
JSON

{
"name": "windmill-utils-internal",
"version": "1.0.0",
"description": "Internal utility functions for Windmill",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "./gen_wm_client.sh && tsc",
"build-mac": "./gen_wm_client-mac.sh && tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"windmill"
],
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {
"@types/node": "^24.1.0",
"typescript": "^5.0.0"
},
"files": [
"dist/**/*"
]
}