@shutter-network/shutter-sdk
Version:
TypeScript SDK for interacting with the Shutter crypto library, providing encryption, decryption, and utilities.
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "@shutter-network/shutter-sdk",
"version": "0.0.2",
"description": "TypeScript SDK for interacting with the Shutter crypto library, providing encryption, decryption, and utilities.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"scripts": {
"test": "jest",
"build": "tsup && cp src/crypto/blst/blst.wasm dist/blst.wasm"
},
"repository": {
"type": "git",
"url": "github.com/shutter-network/shutter-sdk"
},
"author": "shutter-network",
"license": "ISC",
"files": [
"dist"
],
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.15",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
},
"dependencies": {
"browser-or-node": "^3.0.0",
"buffer": "^6.0.3",
"lodash": "^4.17.21",
"viem": "^2.23.2"
},
"keywords": [
"shutter"
]
}