zkl-crypto/package.json
2024-08-30 12:18:22 +03:00

21 lines
426 B
JSON

{
"name": "zkl-crypto",
"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",
"devDependencies": {
"babel-loader": "^9.1.3",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"ecies-wasm": "^0.2.0"
}
}