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