mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-27 06:31:39 +08:00
18 lines
384 B
JSON
18 lines
384 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.17.19",
|
|
"happy-dom": "^8.1.5",
|
|
"nanoid": "^4.0.0",
|
|
"npm-check-updates": "^16.6.3",
|
|
"svelte": "^3.55.1",
|
|
"vitest": "^0.28.3"
|
|
}
|
|
}
|