zic-evm-sdk
Version:
An sdk for interacting with zebec card evm contracts
46 lines • 1.2 kB
JSON
{
"name": "zic-evm-sdk",
"version": "1.0.2-alpha.3",
"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:single": "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": "^20.14.10",
"dotenv": "^16.4.5",
"mocha": "^10.6.0",
"prettier": "^3.3.2",
"rimraf": "^5.0.8",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.5.3"
},
"dependencies": {
"bignumber.js": "^9.1.2",
"ethers": "^6.13.1"
},
"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"
]
}