Add package.json

Signed-off-by: a13590700372389888247547 <a13590700372389888247547@hero.ai>
This commit is contained in:
a13590700372389888247547 2024-11-14 11:46:06 +08:00
parent 9921b70c4f
commit 85af770fc6
1 changed files with 8 additions and 0 deletions

8
package.json Normal file
View File

@ -0,0 +1,8 @@
{
"dependencies": {
"encryptlong": "^3.1.4"
},
"devDependencies": {
"crypto-js": "^4.1.1"
}
}