trufflesuite/truffle

View on GitHub
packages/compile-solidity-tests/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/compile-solidity-tests",
  "description": "Compiler helper and artifact manager for Solidity files",
  "license": "MIT",
  "author": "Tyler Feickert <tyler.feickert@consensys.net>",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/compile-solidity-tests#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/compile-solidity-tests"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "private": true,
  "version": "0.1.39",
  "main": "dist/index.js",
  "scripts": {
    "build": "ttsc",
    "prepare": "yarn build",
    "test": "./scripts/test.sh"
  },
  "devDependencies": {
    "@truffle/artifactor": "^4.0.199",
    "@truffle/compile-solidity": "^6.0.79",
    "@truffle/config": "^1.3.61",
    "@truffle/resolver": "^9.0.53",
    "@types/node": "12.12.21",
    "@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",
    "debug": "^4.3.1",
    "fs-extra": "^9.1.0",
    "mocha": "10.1.0",
    "sinon": "^9.0.2",
    "solc": "0.8.21",
    "tmp": "^0.2.1",
    "ts-node": "10.7.0",
    "typescript": "^4.9.5"
  },
  "keywords": [
    "compile",
    "ethereum",
    "solidity",
    "truffle"
  ],
  "babel": {
    "presets": [
      "env"
    ]
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}