UNPKG

@truffle/compile-solidity

Version:

Compiler helper and artifact manager for Solidity files

66 lines (65 loc) 1.64 kB
{ "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/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": "5.3.9", "main": "index.js", "scripts": { "prepare": "exit 0", "test": "./scripts/test.sh" }, "dependencies": { "@truffle/compile-common": "^0.7.9", "@truffle/config": "^1.2.43", "@truffle/contract-sources": "^0.1.12", "@truffle/expect": "^0.0.17", "axios": "^0.21.1", "debug": "^4.3.1", "fs-extra": "^9.1.0", "lodash.clonedeep": "^4.5.0", "lodash.partition": "^4.6.0", "ora": "^3.4.0", "original-require": "^1.0.1", "require-from-string": "^2.0.2", "semver": "^7.3.4", "solc": "0.6.9" }, "devDependencies": { "@truffle/artifactor": "^4.0.110", "@truffle/box": "^2.1.18", "@truffle/resolver": "^7.0.16", "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": "8.1.2", "sinon": "^9.0.2", "tmp": "^0.2.1" }, "keywords": [ "compile", "ethereum", "solidity", "truffle" ], "publishConfig": { "access": "public" }, "babel": { "presets": [ "env" ] }, "gitHead": "5694199775717d8404c02b208dfe70c12afd2103" }