{
  "name": "@tronscanteam/tronstation",
  "version": "1.0.4",
  "description": "Javascript API Library for estimating Tron energy and bandwidth consumption based on Tron network.",
  "main": "dist/tronstation-sdk.node.js",
  "scripts": {
    "prepare": "npm run build",
    "build": "npm run clean && webpack --config webpack.config.js --progress --stats-children",
    "clean": "rimraf dist",
    "build:dev": "NODE_ENV=development npm run build",
    "test": "node scripts/test-node.js && npx mocha 'test/**/*.test.js'",
    "btest": "npm run build && npm run test"
  },
  "dependencies": {
    "@babel/runtime": "^7.27.0",
    "babel-runtime": "^6.26.0"
  },
  "devDependencies": {
    "@babel/core": "^7.26.10",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-numeric-separator": "^7.0.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/plugin-transform-runtime": "^7.26.10",
    "@babel/preset-env": "^7.26.9",
    "babel-loader": "^8.4.1",
    "babel-plugin-istanbul": "^5.2.0",
    "babel-plugin-source-map-support": "^2.0.1",
    "chai": "^4.5.0",
    "mocha": "^11.1.0",
    "rimraf": "^6.0.1",
    "tronweb": "^5.3.3",
    "webpack": "^5.99.5",
    "webpack-cli": "^6.0.1",
    "webpack-node-externals": "^1.7.2"
  },
  "author": {
    "name": "Richard",
    "url": "https://github.com/"
  },
  "contributors": [
    {
      "name": "TRON",
      "url": "https://github.com/Tron-US"
    }
  ],
  "homepage": "",
  "license": "MIT",
  "repository": ""
}
