Files
windmill/typescript-client/package.json
T
Ruben Fiszel cf0aa95f7f chore(main): release 1.198.0 (#2550)
* chore(main): release 1.198.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-11-03 22:12:18 +01:00

20 lines
395 B
JSON

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