{
  "name": "azteccli",
  "description": "Experimental command line tool for interacting with Aztec.",
  "version": "0.2.10",
  "author": "jc@joshcrites.com",
  "type": "module",
  "bin": {
    "azteccli": "./bin/run.cjs"
  },
  "bugs": "https://github.com/critesjosh/azteccli/issues",
  "dependencies": {
    "@aztec/sdk": "2.1.71",
    "@oclif/core": "^1.16.4",
    "@oclif/plugin-help": "^5",
    "@oclif/plugin-plugins": "^2.0.1",
    "@walletconnect/web3-provider": "^1.7.8",
    "qrcode-terminal": "^0.12.0"
  },
  "devDependencies": {
    "@oclif/test": "^2",
    "@types/chai": "^4",
    "@types/fs-extra": "^9.0.13",
    "@types/mocha": "^9.0.0",
    "@types/node": "^18.11.18",
    "chai": "^4",
    "dotenv": "^16.0.3",
    "globby": "^11",
    "mocha": "^9",
    "oclif": "^3",
    "shx": "^0.3.3",
    "ts-node": "^10.2.1",
    "tslib": "^2.3.1",
    "typescript": "4.8.3"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "files": [
    "/bin",
    "/dist",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/critesjosh/azteccli",
  "keywords": [
    "aztec"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "oclif": {
    "update": {
      "s3": {
        "bucket": "azteccli"
      }
    },
    "bin": "azteccli",
    "dirname": "azteccli",
    "commands": "./dist/commands",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-plugins"
    ]
  },
  "repository": "critesjosh/azteccli",
  "scripts": {
    "build": "shx rm -rf dist && tsc -b",
    "lint": "eslint . --ext .ts --config .eslintrc",
    "postpack": "shx rm -f oclif.manifest.json",
    "posttest": "yarn lint",
    "prepack": "yarn build && oclif manifest && oclif readme",
    "test": "mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "oclif readme && git add README.md"
  },
  "types": "dist/index.d.ts"
}
