mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
3b4c648e4a
* chore(main): release 1.773.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "windmill-client",
|
|
"description": "Windmill SDK client for browsers and Node.js",
|
|
"version": "1.773.0",
|
|
"author": "Ruben Fiszel",
|
|
"license": "Apache 2.0",
|
|
"homepage": "https://github.com/windmill-labs/windmill/tree/main/typescript-client#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/windmill-labs/windmill.git",
|
|
"directory": "typescript-client"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/windmill-labs/windmill/issues"
|
|
},
|
|
"sideEffects": false,
|
|
"devDependencies": {
|
|
"@types/node": "^20.17.16",
|
|
"tsdown": "^0.12.9",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"require": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"import": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
}
|
|
},
|
|
"prepublish": "tsdown --format esm --format cjs --no-dts && tsc",
|
|
"files": [
|
|
"dist",
|
|
"LICENSE",
|
|
"README.md",
|
|
"package.json"
|
|
]
|
|
}
|