trufflesuite/truffle

View on GitHub
packages/artifactor/package.json

Summary

Maintainability
Test Coverage
{
  "private": false,
  "name": "@truffle/artifactor",
  "description": "A contract packager for Ethereum and Javascript",
  "license": "MIT",
  "author": "Tim Coulter",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/artifactor#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/artifactor"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "version": "4.0.199",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "test": "mocha"
  },
  "types": "dist/index.d.ts",
  "dependencies": {
    "@truffle/contract-schema": "^3.4.16",
    "fs-extra": "^9.1.0",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@truffle/contract": "^4.6.31",
    "@types/fs-extra": "^8.1.0",
    "@types/lodash": "^4.14.179",
    "@types/node": "~12.12.0",
    "chai": "^4.2.0",
    "debug": "^4.3.1",
    "ganache": "7.9.1",
    "mocha": "10.1.0",
    "require-nocache": "^1.0.0",
    "sinon": "^9.0.2",
    "tmp": "^0.2.1",
    "ts-node": "10.7.0",
    "typescript": "^4.9.5",
    "web3": "1.10.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}