@rubysdk/secret-client
Version:
RubySDK Secret Network client utilities for data, token and escrow operations
36 lines (35 loc) • 773 B
JSON
{
"name": "@rubysdk/secret-client",
"version": "1.0.0",
"description": "RubySDK Secret Network client utilities for data, token and escrow operations",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"secret-network",
"blockchain",
"token",
"escrow",
"rubysdk"
],
"author": "Rubysoft <admin@rubysoft.co.uk>",
"license": "MIT",
"peerDependencies": {
"secretjs": "^1.0.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"@types/node": "^20.0.0"
},
"publishConfig": {
"access": "public"
}
}