soda-sdk
Version:
This SDK provides functionalities for AES and RSA encryption schemes, ECDSA signature scheme and some functionalities used for working with sodalabs blockchain.
51 lines (50 loc) • 1.21 kB
JSON
{
"name": "soda-sdk",
"version": "0.0.2",
"description": "This SDK provides functionalities for AES and RSA encryption schemes, ECDSA signature scheme and some functionalities used for working with sodalabs blockchain.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test:ts": "jest",
"test:js": "mocha --require esm js/test.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soda-mpc/soda-sdk"
},
"dependencies": {
"ethers": "^6.13.4",
"node-forge": "^1.3.1"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@types/chai": "^5.0.0",
"@types/jest": "^29.5.12",
"@types/node-forge": "^1.3.11",
"babel-loader": "^9.2.1",
"chai": "^5.0.3",
"esm": "^3.2.25",
"ethereumjs-util": "^7.1.5",
"mocha": "^10.2.0",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"license": "MIT",
"keywords": [
"sodalabs",
"mpc",
"gcEVM",
"garbled circuits",
"sdk",
"aes",
"rsa",
"ecdsa",
"encryption",
"blockchain"
]
}