13 lines
285 B
JSON
13 lines
285 B
JSON
{
|
|
"name": "bidding-app",
|
|
"version": "0.0.1",
|
|
"description": "投标应用Electron版本",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"build": "electron-builder"
|
|
},
|
|
"keywords": ["electron", "bidding", "app"],
|
|
"author": "",
|
|
"license": "UNLICENSED"
|
|
} |