{ "name": "windmill-utils-internal", "version": "1.0.0", "description": "Internal utility functions for Windmill", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "dev": "./gen_wm_client.sh && ./remove-ts-ext.sh", "build": "./gen_wm_client.sh && ./remove-ts-ext.sh && tsc", "prepublishOnly": "npm run build" }, "keywords": [ "windmill" ], "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { "@types/node": "^24.2.0", "typescript": "^5.0.0" }, "files": [ "dist/**/*" ] }