UNPKG

@verified-network/verified-sdk

Version:

An SDK to develop applications on the Verified Network

47 lines 1.28 kB
{ "name": "@verified-network/verified-sdk", "version": "2.2.8", "description": "An SDK to develop applications on the Verified Network", "repository": { "type": "git", "url": "git+https://github.com/verified-network/verified-sdk.git" }, "keywords": [ "digital payments", "security tokens", "stablecoins", "digital assets", "defi" ], "author": "Kallol Borah", "license": "BUSL1.1", "bugs": { "url": "https://github.com/verified-network/verified-sdk/issues" }, "homepage": "https://github.com/verified-network/verified-sdk#readme", "main": "dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc && npm link", "publish": "tsc && npm publish", "test": "mocha 'src/test/**/*.ts' --recursive --timeout 300000 -r ts-node/register" }, "bin": { "greet": "./bin/index.bin.js" }, "dependencies": { "@biconomy/abstractjs": "^1.0.13", "@biconomy/account": "^4.1.1", "@rhinestone/module-sdk": "^0.2.8", "ethers": "^5.7.2", "tslib": "^2.6.2", "viem": "^2.29.3" }, "devDependencies": { "@types/mocha": "^10.0.6", "mocha": "^10.2.0", "ts-node": "^10.9.1", "typescript": "^5.4.5" } }