{
  "name": "zic-tron-sdk",
  "version": "1.0.2-alpha.2",
  "description": "An sdk for interacting with tron zebec card sdk",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Ashish Sapkota | Zebec",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "rimraf ./dist",
    "format": "prettier --write .",
    "test": "ts-mocha -p ./tsconfig.json -t 1000000"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.7",
    "dotenv": "^16.4.5",
    "mocha": "^10.7.3",
    "prettier": "^3.3.3",
    "rimraf": "^6.0.1",
    "ts-mocha": "^10.0.0",
    "typescript": "^5.5.4"
  },
  "dependencies": {
    "tronweb": "6.0.0-beta.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Zebec-Fintech-Labs/tron-zebec-card-sdk.git"
  },
  "homepage": "https://github.com/Zebec-Fintech-Labs/tron-zebec-card-sdk#README",
  "keywords": [
    "zebec",
    "zebec fintech",
    "zebec card",
    "zebec card tron"
  ]
}