20 lines
392 B
JSON
20 lines
392 B
JSON
{
|
|
"main": "main.js",
|
|
"version": "0.1",
|
|
"author": "Lei PAN",
|
|
"description": "爱马仕约会",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"dependencies": {
|
|
"@nodegui/nodegui": "^0.57.1",
|
|
"axios": "^0.27.2",
|
|
"beepbeep": "^1.3.0",
|
|
"electron": "^20.1.3",
|
|
"mongodb": "^4.9.1",
|
|
"mongoose": "^6.5.4",
|
|
"node-xlsx": "^0.21.0",
|
|
"playwright": "1.23.0"
|
|
}
|
|
}
|