trufflesuite/truffle

View on GitHub
packages/box/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/box",
  "description": "Truffle project boilerplate utility",
  "license": "MIT",
  "author": "g. nicholas d'andrea <gnidan@trufflesuite.com>",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/box#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/box"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "version": "2.1.81",
  "main": "dist/box.js",
  "scripts": {
    "build": "tsc",
    "prepare": "yarn build",
    "test": "mocha --timeout 10000"
  },
  "types": "./typings/index.d.ts",
  "dependencies": {
    "@truffle/config": "^1.3.61",
    "axios": "1.5.0",
    "debug": "^4.3.1",
    "download-git-repo": "^3.0.2",
    "fs-extra": "^9.1.0",
    "ignore": "^5.1.8",
    "inquirer": "8.2.4",
    "tmp": "^0.2.1",
    "vcsurl": "^0.1.1"
  },
  "devDependencies": {
    "@types/fs-extra": "^8.1.0",
    "@types/inquirer": "9.0.1",
    "@types/tmp": "^0.1.0",
    "mocha": "10.1.0",
    "sinon": "^9.0.2",
    "ts-node": "10.7.0",
    "typescript": "^4.9.5"
  },
  "keywords": [
    "boilerplate",
    "ethereum",
    "project",
    "truffle"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^16.20 || ^18.16 || >=20"
  }
}