mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
18edd5488d
* chore(main): release 1.154.2 * Apply automatic changes --------- Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
20 lines
395 B
JSON
20 lines
395 B
JSON
{
|
|
"name": "windmill-client",
|
|
"description": "Windmill SDK client for browsers and Node.js",
|
|
"version": "1.154.2",
|
|
"author": "Ruben Fiszel",
|
|
"license": "Apache 2.0",
|
|
"devDependencies": {
|
|
"@types/node": "^20.4.10"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"prepublish": "tsc",
|
|
"files": [
|
|
"dist",
|
|
"LICENSE",
|
|
"README.md",
|
|
"package.json"
|
|
]
|
|
}
|