🔧Chore: 项目初始化
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "electron",
|
||||
"version": "1.0.0",
|
||||
"description": "📖 An electron demo for study",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "ssh://git@47.121.181.112:222/wonder/electron.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"electron": "^39.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user