Files
windmill/typescript-client/package.json
Ruben Fiszel a58dd287ee chore(main): release 1.618.0 (#7714)
* chore(main): release 1.618.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2026-01-28 12:41:54 +00:00

42 lines
851 B
JSON

{
"name": "windmill-client",
"description": "Windmill SDK client for browsers and Node.js",
"version": "1.618.0",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"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.mts",
"exports": {
".": {
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
}
},
"typesVersions": {
"*": {
"*": [
"./dist/index.d.mts"
]
}
},
"prepublish": "tsdown --format esm --format cjs --dts",
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
]
}