UNPKG

windmill-utils-internal

Version:

Internal utility functions for Windmill

25 lines (24 loc) 566 B
{ "name": "windmill-utils-internal", "version": "1.3.2", "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/**/*" ] }