@truffle/compile-solidity
Version:
Compiler helper and artifact manager for Solidity files
72 lines (71 loc) • 1.86 kB
JSON
{
"name": "@truffle/compile-solidity",
"description": "Compiler helper and artifact manager for Solidity files",
"license": "MIT",
"author": "Tim Coulter <tim@trufflesuite.com>",
"homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/compile-solidity#readme",
"repository": {
"type": "git",
"url": "https://github.com/trufflesuite/truffle.git",
"directory": "packages/compile-solidity"
},
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "6.0.33",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build",
"test": "./scripts/test.sh"
},
"dependencies": {
"@truffle/compile-common": "^0.7.32",
"@truffle/config": "^1.3.31",
"@truffle/contract-sources": "^0.2.0",
"@truffle/expect": "^0.1.1",
"@truffle/profiler": "^0.1.23",
"@truffle/spinners": "^0.2.0",
"axios": "0.26.1",
"axios-retry": "^3.1.9",
"debug": "^4.3.1",
"fs-extra": "^9.1.0",
"iter-tools": "^7.0.2",
"lodash": "^4.17.21",
"original-require": "^1.0.1",
"require-from-string": "^2.0.2",
"semver": "^7.3.4",
"solc": "0.8.15"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.159",
"@truffle/box": "^2.1.51",
"@truffle/resolver": "^9.0.6",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chai": "^4.2.0",
"glob": "^7.1.6",
"mocha": "9.2.2",
"sinon": "^9.0.2",
"tmp": "^0.2.1",
"ttypescript": "^1.5.12",
"typescript": "^4.3.5",
"typescript-transform-paths": "^3.1.0"
},
"keywords": [
"compile",
"ethereum",
"solidity",
"truffle"
],
"publishConfig": {
"access": "public"
},
"babel": {
"presets": [
"env"
]
},
"gitHead": "d30ce8fcd3a84044c04ac7466d4b3be2b4e8ae48"
}