5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-27 06:31:39 +08:00
wails/v3/internal/runtime/package.json
Fabio Massaioli 2b9891da2c
[v3] Update and fix runtime JS API (#3295)
* Cleanup bundled runtime entry point

* Fix JS representation of Screen struct

* Expose IsFocused method in Window interface

* Update JS window API

* Fix cleanup of WML listeners

* Bundle runtime as ES module

* Update runtime dependencies

* Update runtime types and events

* Update bundled runtime

* Update changelog

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2024-03-20 20:30:14 +11:00

18 lines
385 B
JSON

{
"name": "runtime",
"version": "3.0.0",
"description": "Wails JS Runtime",
"main": "index.js",
"scripts": {},
"author": "Lea Anthony <lea.anthony@gmail.com>",
"license": "ISC",
"devDependencies": {
"esbuild": "^0.20.1",
"happy-dom": "^13.6.2",
"nanoid": "^5.0.6",
"npm-check-updates": "^16.14.15",
"svelte": "^4.2.12",
"vitest": "^1.3.1"
}
}