{
  "name": "cli",
  "version": "0.1.1",
  "private": false,
  "license": "MIT",
  "main": "./lib/jig.js",
  "bin": {
    "jig": "./lib/jig.js"
  },
  "scripts": {
    "setup": "echo 0",
    "build": "tsc",
    "test": "exit 0",
    "lint": "TIMING=1 eslint src --fix",
    "bundle": "esbuild dist/index.js --outfile=./lib/jig.js --platform=node --target=node10.4; ./lib/jig.js",
    "local": "pnpm link -g "
  },
  "dependencies": {
    "ast": "workspace:*",
    "codegen": "workspace:*",
    "config": "workspace:*",
    "dotenv": "^16.0.0",
    "esbuild": "^0.14.30",
    "ethers": "^5.6.0",
    "glob": "^7.2.0",
    "is-glob": "^4.0.3",
    "jest": "^27.5.1",
    "layout": "workspace:*",
    "toml": "^3.0.0",
    "tsconfig": "workspace:*",
    "foundry": "workspace:*",
    "yargs": "^17.3.1"
  },
  "devDependencies": {
    "@types/dotenv": "^8.2.0",
    "@types/glob": "^7.2.0",
    "@types/is-glob": "^4.0.2",
    "@types/node": "^17.0.21",
    "@types/yargs": "^17.0.9",
    "eslint": "^7.32.0",
    "pkg": "^5.5.2",
    "ts-toolbelt": "^9.6.0",
    "typescript": "^4.6.2"
  }
}
