Initial commit

This commit is contained in:
2024-08-21 17:11:06 +03:00
commit 852a79220d
10 changed files with 1624 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "zkl-kds",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Yigid BALABAN <fyb@fybx.dev>",
"license": "LGPL-2.0-only",
"dependencies": {
"elliptic": "^6.5.7",
"web-bip39": "^0.0.3"
},
"devDependencies": {
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}