UNPKG

@zebec-network/evm-card-sdk

Version:
47 lines 1.24 kB
{ "name": "@zebec-network/evm-card-sdk", "version": "1.1.1", "description": "An sdk for interacting with zebec card evm contracts", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Ashish Sapkota", "license": "MIT", "files": [ "dist" ], "scripts": { "build": "npm run clean && tsc", "clean": "rimraf ./dist", "format": "prettier --write .", "test": "ts-mocha -p ./tsconfig.json -t 1000000", "gen:typechain": "typechain --target ethers-v6 --out-dir \"src/artifacts/typechain-types\" \"src/artifacts/abi/*.json\"" }, "devDependencies": { "@typechain/ethers-v6": "^0.5.1", "@types/mocha": "^10.0.7", "@types/node": "22.15.3", "dotenv": "^17.2.0", "mocha": "11.2.2", "prettier": "^3.3.2", "rimraf": "6.0.1", "ts-mocha": "11.1.0", "ts-node": "^10.9.2", "typechain": "^8.3.2", "typescript": "^5.5.3" }, "dependencies": { "@zebec-network/core-utils": "^1.1.0", "bignumber.js": "^9.3.1", "ethers": "^6.15.0" }, "repository": { "type": "git", "url": "git+https://github.com/Zebec-Fintech-Labs/evm-zebec-card-sdk.git" }, "homepage": "https://github.com/Zebec-Fintech-Labs/evm-zebec-card-sdk#README", "keywords": [ "zebec", "zebec fintech", "zebec instant card" ] }