@efe136/legacychain-sdk
Version:
Official SDK for interacting with LegacyChain smart contracts and APIs
65 lines (64 loc) • 1.59 kB
JSON
{
"name": "@efe136/legacychain-sdk",
"version": "1.1.2",
"description": "Official SDK for interacting with LegacyChain smart contracts and APIs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.esm.js",
"files": [
"dist",
"README.md",
"LICENSE",
"ENTERPRISE_LICENSE_NOTICE.md"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"lint": "eslint src --ext .ts,.tsx",
"prepublishOnly": "npm run build"
},
"keywords": [
"legacychain",
"blockchain",
"time-capsule",
"web3",
"ethereum",
"sdk",
"multi-signature",
"webhooks",
"analytics",
"specialized-capsules",
"nft",
"enterprise"
],
"author": "LegacyChain Team",
"license": "LicenseRef-LegacyChain-Enterprise",
"dependencies": {
"axios": "^1.10.0",
"ethers": "^6.14.3",
"viem": "^2.30.6",
"eventemitter3": "^5.0.1",
"p-queue": "^7.4.1",
"node-cache": "^5.1.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.30",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"rollup": "^4.21.2",
"rollup-plugin-dts": "^6.1.1",
"ts-jest": "^29.1.1",
"typescript": "^5.8.3"
},
"homepage": "https://legacychain.net/docs/sdk",
"bugs": {
}
}