Files
get_wechat/electron-launcher/package.json

19 lines
420 B
JSON

{
"name": "chatlab-desktop",
"version": "1.0.1",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder --win --config electron-builder.config.cjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"electron": "^42.0.0",
"electron-builder": "^26.8.1"
}
}