19 lines
372 B
JSON
19 lines
372 B
JSON
{
|
|
"name": "cus",
|
|
"version": "1.0.0",
|
|
"description": "众为计算器用户系统",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^5.2.1",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"mysql2": "^3.20.0",
|
|
"redis": "^5.11.0"
|
|
}
|
|
}
|