Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
{
"name"
:
"helloworld"
,
"version"
:
"1.0.0"
,
"description"
:
"test electron"
,
"main"
:
"main.js"
,
"scripts"
:
{
"start"
:
"electron ."
}
,
"author"
:
"Dicky"
,
"license"
:
"ISC"
,
"devDependencies"
:
{
"electron"
:
"^8.0.0"
}
}