Files
ClassContent/历届学生/front-end-team/项目练习/上课项目/聊天室/fontend/package.json
2024-09-27 02:06:13 +08:00

15 lines
238 B
JSON

{
"name": "fontend",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"electron": "^18.0.3"
}
}