UNPKG

@coti-io/coti-sdk-typescript

Version:

A library for encryption, decryption and cryptographic utilities for the COTI blockchain.

44 lines (43 loc) 1 kB
{ "name": "@coti-io/coti-sdk-typescript", "version": "1.0.4", "license": "Apache 2.0", "description": "A library for encryption, decryption and cryptographic utilities for the COTI blockchain.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "author": "COTI Development", "repository": { "type": "git", "url": "git://github.com/coti-io/coti-sdk-typescript.git" }, "homepage": "https://docs.coti.io/coti-v2-documentation/build-on-coti/tools/typescript-sdk", "keywords": [ "coti", "privacy", "ethereum", "blockchain", "web3", "garbled-circuits", "l2", "on-chain-compute" ], "scripts": { "prepare": "tsc", "build": "tsc", "test": "jest" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node-forge": "^1.3.11", "ethers": "^6.12.1", "ts-jest": "^29.2.4", "ts-node": "^10.9.2", "typescript": "^5.4.5" }, "dependencies": { "node-forge": "^1.3.1" } }