wails/v3/internal/runtime/package.json
2023-01-18 21:34:11 +11:00

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"
}
}