zkl-kds/package.json
Yigid BALABAN 0cd7ca7f65
bugs on firefox, chromium is unaffected
we need further investigation, but have no time to do so.
2024-09-25 15:53:20 +03:00

22 lines
458 B
JSON

{
"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": {
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}