23 lines
563 B
JSON
23 lines
563 B
JSON
{
|
|
"name": "@zklx/kds",
|
|
"version": "1.0.2",
|
|
"description": "zk-Lokomotive key derivation service",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": ["cryptography", "zero knowledge", "elliptic"],
|
|
"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"
|
|
}
|
|
}
|