UNPKG

tronbox

Version:

TronBox - Simple development framework for Tron

113 lines (112 loc) 2.76 kB
{ "name": "tronbox", "namespace": "tronprotocol", "version": "4.2.2", "description": "TronBox - Simple development framework for Tron", "keywords": [ "TronBox", "TRON", "Solidity", "Truffle", "Contract" ], "scripts": { "build": "scripts/build.sh", "test": "npm run build && cd test && sh runTest.sh", "prepare": "npm run build", "lint": "eslint \"src/**/*.js\" \"test/**/*.js\"", "format": "prettier --write \"src/**/*.js\" \"test/**/*.js\"" }, "dependencies": { "@solidity-parser/parser": "^0.16.0", "@truffle/contract-sources": "^0.1.12", "@truffle/error": "0.2.2", "@truffle/expect": "0.1.7", "ajv": "^6.10.2", "async": "2.6.4", "axios": "^1.11.0", "bignumber.js": "^7.2.1", "chai": "4.1.2", "chalk": "^2.4.1", "chokidar": "^3.5.3", "colors": "^1.1.2", "cpr": "^0.4.3", "debug": "^3.1.0", "del": "^2.2.0", "enquirer": "^2.4.1", "finalhandler": "^1.1.2", "find-up": "^4.1.0", "fs-extra": "^8.1.0", "graphlib": "^2.1.7", "homedir": "^0.6.0", "lodash": "^4.17.15", "mkdirp": "^0.5.1", "mocha": "10.2.0", "node-dir": "0.1.17", "original-require": "1.0.1", "serve-static": "^1.10.0", "solc": "^0.8.21", "source-map-support": "^0.5.3", "spawn-args": "^0.1.0", "temp": "^0.8.3", "tmp": "0.0.33", "tronweb": "^6.0.0", "truffle-blockchain-utils": "^0.0.5", "tsort": "^0.0.1", "vcsurl": "^0.1.1", "web3": "^4.16.0", "yargs": "^15.4.1", "yauzl": "^3.2.0" }, "devDependencies": { "@babel/cli": "^7.23.4", "@babel/core": "^7.23.3", "@babel/plugin-transform-runtime": "^7.23.4", "@babel/preset-env": "^7.6.3", "eslint": "^9.31.0", "eslint-plugin-n": "^17.15.1", "globals": "^16.1.0", "prettier": "^2.8.5", "tslib": "^2.8.1" }, "bin": { "tronbox": "build/tronbox.js" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/tronprotocol/tronbox.git" }, "homepage": "https://tronbox.io", "bugs": { "url": "https://github.com/tronprotocol/tronbox/issues" }, "originalAuthor": "consensys.net", "author": "tron.network", "authors": [ { "name": "Tim Coulter", "email": "tim@timothyjcoulter.com", "url": "https://github.com/tcoulter" }, { "name": "alinger", "email": "alinger@forke.cn" }, { "name": "Francesco Sullo", "email": "francesco@sullo.co", "url": "https://github.com/sullof" }, { "name": "Kang JianCheng", "email": "1063303665@qq.com", "url": "https://github.com/kjc233" } ], "publishConfig": { "access": "public" } }