{
  "name": "@taqueria/plugin-flextesa",
  "version": "0.70.0",
  "description": "A plugin for Taqueria providing local sandbox capabilities built on Flextesa",
  "keywords": [
    "taqueria",
    "plugin",
    "flextesa",
    "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-flextesa"
  },
  "dependencies": {
    "async-retry": "^1.3.3",
    "bignumber.js": "^9.1.2",
    "fast-glob": "^3.3.2",
    "portfinder": "^1.0.32",
    "rambda": "^9.3.0",
    "@taqueria/node-sdk": "0.70.0",
    "@taqueria/protocol": "0.70.0"
  },
  "devDependencies": {
    "@types/async-retry": "^1.4.8",
    "@types/node": "^22.7.5",
    "tsup": "^8.4.0",
    "typescript": "^5.6.2"
  },
  "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\"}"
  }
}