mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"name": "go",
|
|
"version": "1.0.0",
|
|
"description": "Auto generated module wrapping your Wails backend",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|