webs/nicetechcg/server/package.json

18 lines
328 B
JSON

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.1.0",
"express-jwt": "^8.5.1",
"jsonwebtoken": "^9.0.2"
}
}