完成皮肤数据的RSA签名和皮肤安全检查
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Qumolama.d
2022-05-13 10:16:32 +08:00
parent 324d8b3b54
commit b5111370a3
5 changed files with 104 additions and 6 deletions

View File

@ -16,7 +16,8 @@
"fastify": "^3.29.0",
"hex-to-uuid": "^1.1.1",
"mongoose": "^6.3.1",
"pino-pretty": "^7.6.1"
"pino-pretty": "^7.6.1",
"pngjs": "^6.0.0"
},
"scripts": {
"dev": "nodemon --watch src/index.js",