mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
14 lines
416 B
JSON
Executable file
14 lines
416 B
JSON
Executable file
{
|
|
"name": "React JS",
|
|
"version": "1.0.0",
|
|
"shortdescription": "Create React App v3 template",
|
|
"description": "Create React App v3 standar tooling",
|
|
"install": "npm install",
|
|
"build": "npm run build",
|
|
"author": "bh90210 <ktc@pm.me>",
|
|
"created": "2019-06-07 18:23:48.666414555 +0300 EEST m=+223.934866008",
|
|
"frontenddir": "frontend",
|
|
"serve": "npm run start",
|
|
"bridge": "src",
|
|
"wailsdir": ""
|
|
}
|