17 lines
313 B
JSON
17 lines
313 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": {
|
|
"express": "^4.18.2"
|
|
}
|
|
}
|