Files
windmill/typescript-client/package.json
T
Ruben Fiszel a73d76f443 chore(main): release 1.244.4 (#3003)
* chore(main): release 2.0.0

* Apply automatic changes

* Update version.txt

* Update CHANGELOG.md

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2024-01-15 22:46:44 +01:00

20 lines
395 B
JSON

{
"name": "windmill-client",
"description": "Windmill SDK client for browsers and Node.js",
"version": "1.244.4",
"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"
]
}