UNPKG

@taqueria/plugin-flextesa

Version:

A plugin for Taqueria providing local sandbox capabilities built on Flextesa

68 lines 1.61 kB
{ "name": "@taqueria/plugin-flextesa", "version": "0.81.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.3.1", "fast-glob": "^3.3.3", "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/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\"}" } }