Files
Course/Server/tests/test3/package.json
2025-11-07 18:39:29 +08:00

19 lines
352 B
JSON

{
"name": "test3",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.14.0",
"dependencies": {
"express": "^5.1.0",
"joi": "^18.0.1",
"lodash": "^4.17.21"
}
}