mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
24 lines
565 B
JSON
24 lines
565 B
JSON
{
|
|
"name": "windmill-utils-internal",
|
|
"version": "1.3.1",
|
|
"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/**/*"
|
|
]
|
|
} |