@verified-network/verified-sdk
Version:
An SDK to develop applications on the Verified Network
44 lines • 1.16 kB
JSON
{
"name": "@verified-network/verified-sdk",
"version": "2.8.3",
"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": {
"ethers": "^5.7.2",
"tslib": "^2.6.2",
"viem": "2.26.2"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
}
}