zkl-kds/package.json

22 lines
461 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": {
"@scure/bip39": "^1.4.0",
"elliptic": "^6.5.7"
},
"devDependencies": {
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}