{ "name": "windmill-client", "description": "Windmill SDK client for browsers and Node.js", "version": "1.498.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { "@types/node": "^20.17.16", "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" ] }