mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-15 15:15:51 +01:00
14 lines
298 B
JSON
14 lines
298 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.15.6",
|
|
"happy-dom": "^8.1.3",
|
|
"vitest": "^0.24.3"
|
|
}
|
|
}
|