trufflesuite/truffle

View on GitHub
packages/config/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/config",
  "description": "Utility for interacting with truffle-config.js files",
  "license": "MIT",
  "author": "Tim Coulter <tim@trufflesuite.com>",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/config#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/config"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "version": "1.3.61",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "test": "yarn build && mocha --exit -r ts-node/register test/**/*.test.ts"
  },
  "types": "dist/index.d.ts",
  "dependencies": {
    "@truffle/error": "^0.2.2",
    "@truffle/events": "^0.1.25",
    "@truffle/provider": "^0.3.13",
    "conf": "^10.1.2",
    "debug": "^4.3.1",
    "find-up": "^2.1.0",
    "lodash": "^4.17.21",
    "original-require": "^1.0.1"
  },
  "devDependencies": {
    "@types/configstore": "^4.0.0",
    "@types/find-up": "^2.1.0",
    "@types/lodash": "^4.14.179",
    "@types/node": "~12.12.0",
    "@types/sinon": "^9.0.10",
    "mocha": "10.1.0",
    "sinon": "^9.0.2",
    "ts-node": "10.7.0",
    "typescript": "^4.9.5"
  },
  "keywords": [
    "config",
    "ethereum",
    "truffle"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}