UNPKG

@truffle/compile-solidity

Version:
76 lines (75 loc) 1.94 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/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.79", "main": "dist/index.js", "scripts": { "build": "ttsc", "prepare": "yarn build" }, "dependencies": { "@truffle/compile-common": "^0.9.8", "@truffle/config": "^1.3.61", "@truffle/contract-sources": "^0.2.1", "@truffle/expect": "^0.1.7", "@truffle/profiler": "^0.1.53", "axios": "1.5.0", "axios-retry": "^3.7.0", "debug": "^4.3.1", "fs-extra": "^9.1.0", "iter-tools": "^7.0.2", "lodash": "^4.17.21", "node-abort-controller": "^3.0.1", "original-require": "^1.0.1", "require-from-string": "^2.0.2", "semver": "^7.5.4", "solc": "0.8.21" }, "devDependencies": { "@truffle/artifactor": "^4.0.199", "@truffle/box": "^2.1.81", "@types/node": "~12.12.0", "@types/sinon": "^9.0.10", "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": "10.1.0", "sinon": "^9.0.2", "tmp": "^0.2.1", "ts-node": "10.7.0", "ttypescript": "1.5.15", "typescript": "^4.9.5", "typescript-transform-paths": "3.3.1" }, "keywords": [ "compile", "ethereum", "solidity", "truffle" ], "publishConfig": { "access": "public" }, "babel": { "presets": [ "env" ] }, "engines": { "node": "^16.20 || ^18.16 || >=20" }, "gitHead": "a26df1ff53c01e6d82ad490338850360f6f970a9" }