trufflesuite/truffle

View on GitHub
packages/workflow-compile/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/workflow-compile",
  "description": "Core workflow behavior for `truffle compile` command",
  "license": "MIT",
  "author": "Truffle Suite <inquiry@trufflesuite.com>",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/workflow-compile#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/workflow-compile"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "version": "4.0.71",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "test": "mocha -r ts-node/register test/*.ts"
  },
  "dependencies": {
    "@truffle/artifactor": "^4.0.199",
    "@truffle/compile-common": "^0.9.8",
    "@truffle/compile-solidity": "^6.0.79",
    "@truffle/compile-vyper": "^3.1.115",
    "@truffle/config": "^1.3.61",
    "@truffle/db-loader": "^0.2.36",
    "@truffle/expect": "^0.1.7",
    "@truffle/external-compile": "^2.0.83",
    "@truffle/resolver": "^9.0.53",
    "fs-extra": "^9.1.0"
  },
  "devDependencies": {
    "debug": "^4.3.1",
    "mocha": "10.1.0",
    "ts-node": "10.7.0",
    "typescript": "^4.9.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}