UNPKG

secret-network-ccl

Version:

Secret Network's Confidential Comutation Layer

31 lines 748 B
{ "name": "secret-network-ccl", "version": "1.0.3", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "build": "tsup" }, "keywords": [ "secret-network", "confidential-computation-layer", "ccl", "random-number-generator" ], "author": "Secret Network Foundation", "license": "MIT", "description": "Secret Network's Confidential Comutation Layer", "devDependencies": { "tsup": "^8.1.0", "typescript": "^5.4.5" }, "dependencies": { "@blake.regalia/belt": "^0.35.1", "@solar-republic/cosmos-grpc": "^0.15.3", "@solar-republic/neutrino": "^1.2.4", "ethers": "^5.7.2", "secretjs": "^1.12.5", "secure-random": "^1.1.2" } }