코드 이식

This commit is contained in:
2023-09-22 20:46:23 +09:00
parent 0f9d5c2dc9
commit b8d57a014a
41 changed files with 4202 additions and 7 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "@sammo/secure_token",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc --build"
},
"author": "",
"type": "module",
"license": "ISC",
"dependencies": {
"@sammo/crypto": "workspace:^",
"@sammo/util": "workspace:^"
},
"devDependencies": {
"bson": "^5.4.0",
"buffer": "^6.0.3",
"zod": "^3.22.2"
},
"peerDependencies": {
"bson": "^5.4.0",
"buffer": "^6.0.3",
"zod": "^3.22.2"
}
}