{
  "name": "@taqueria/plugin-tezbox",
  "version": "0.81.0",
  "description": "A plugin for Taqueria providing local sandbox capabilities built on TezBox",
  "keywords": [
    "taqueria",
    "plugin",
    "tezbox",
    "sandbox",
    "local",
    "pinnaclelabs",
    "pinnacle-labs",
    "tezos"
  ],
  "targets": {
    "default": {
      "source": "./index.ts",
      "distDir": "./",
      "context": "node",
      "isLibrary": true
    }
  },
  "types": "./index.ts",
  "author": "Taqueria",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/tezostaqueria/taqueria.git",
    "directory": "taqueria-plugin-tezbox"
  },
  "dependencies": {
    "@taquito/signer": "24.0.0-RC.0",
    "@types/hjson": "^2.4.6",
    "async-retry": "^1.3.3",
    "bignumber.js": "^9.3.1",
    "bip39": "^3.1.0",
    "bn.js": "^5.2.1",
    "fast-glob": "^3.3.3",
    "hjson": "^3.2.2",
    "http-proxy": "^1.18.1",
    "portfinder": "^1.0.38",
    "rambda": "^11.0.1",
    "@taqueria/node-sdk": "0.81.0",
    "@taqueria/protocol": "0.81.0"
  },
  "devDependencies": {
    "@types/async-retry": "^1.4.9",
    "@types/http-proxy": "^1.17.17",
    "@types/node": "^25.0.3",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3"
  },
  "tsup": {
    "entry": [
      "index.ts"
    ],
    "sourcemap": true,
    "target": "node16",
    "outDir": "./",
    "dts": true,
    "clean": false,
    "skipNodeModulesBundle": true,
    "platform": "node",
    "format": [
      "esm",
      "cjs"
    ]
  },
  "gitHead": "ff58a2fc06ad233869ad6be574093c8b3b272e2e",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npx tsc -noEmit -p ./tsconfig.json && npx tsup",
    "pluginInfo": "npx ts-node index.ts --taqRun pluginInfo --i18n {\"foo:\"\"bar\"}"
  }
}