mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
13 lines
301 B
JSON
13 lines
301 B
JSON
{
|
|
"name": "windmill-client",
|
|
"description": "Windmill SDK client for browsers and Node.js",
|
|
"version": "0.3.1",
|
|
"author": "Ruben Fiszel",
|
|
"license": "Apache 2.0",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"prepublish": "tsc"
|
|
}
|