22 lines
460 B
JSON
22 lines
460 B
JSON
{
|
|
"name": "BookStoreWebUI",
|
|
"version": "0.0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "ZhuangYumin",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@alicloud/pop-core": "^1.7.13",
|
|
"async-lock": "^1.4.0",
|
|
"async-mutex": "^0.4.0",
|
|
"express": "^4.18.2",
|
|
"mutex-js": "^1.1.5",
|
|
"socket.io": "^4.7.2"
|
|
}
|
|
}
|