UNPKG

@zebec-network/evm-card-sdk

Version:
48 lines 1.32 kB
{ "author": "Ashish Sapkota", "dependencies": { "@zebec-network/core-utils": "^1.3.1", "bignumber.js": "^11.1.1", "ethers": "^6.16.0" }, "description": "An sdk for interacting with zebec card evm contracts", "devDependencies": { "@typechain/ethers-v6": "^0.5.1", "@types/mocha": "^10.0.10", "@types/node": "^25.7.0", "dotenv": "^17.4.2", "mocha": "^11.7.5", "prettier": "^3.8.3", "rimraf": "^6.1.3", "ts-mocha": "^11.1.0", "ts-node": "^10.9.2", "typechain": "^8.3.2", "typescript": "^6.0.3" }, "files": [ "dist" ], "homepage": "https://github.com/Zebec-Fintech-Labs/evm-zebec-card-sdk#README", "keywords": [ "zebec", "zebec fintech", "zebec instant card" ], "license": "MIT", "main": "dist/index.js", "name": "@zebec-network/evm-card-sdk", "repository": { "type": "git", "url": "git+https://github.com/Zebec-Fintech-Labs/evm-zebec-card-sdk.git" }, "scripts": { "build": "npm run clean && tsc", "clean": "rimraf ./dist", "format": "prettier --write .", "gen:typechain": "typechain --target ethers-v6 --out-dir \"src/artifacts/typechain-types\" \"src/artifacts/abi/*.json\"", "prepare": "npm run build", "test": "ts-mocha -p ./tsconfig.json -t 1000000" }, "types": "dist/index.d.ts", "version": "1.2.2" }