Files
BH-Bookstore-2023/frontend/client/package.json
2023-11-29 13:38:34 +00:00

16 lines
316 B
JSON

{
"name": "bookstoreclient",
"version": "1.0.0",
"description": "Book Store Client",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"author": "ZhuangYumin",
"license": "ISC",
"dependencies": {
"electron": "^27.1.2"
}
}