This commit is contained in:
iVampireSP.com 2023-10-24 16:50:07 +08:00
parent ad4811f8a1
commit d5437eceb4
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "main.ts",
"license": "MIT",
"bin": "./main.ts",
"dependencies": {
"express": "^4.18.2",
"express-jwt": "^8.4.1",
@ -16,6 +17,7 @@
"@types/express": "^4.17.20",
"@types/morgan": "^1.9.7",
"@types/node": "^16.11.10",
"pkg": "^5.8.1",
"ts-node": "^10.9.1",
"typescript": "4.5.2"
},