UNPKG

@taqueria/node-sdk

Version:

A TypeScript SDK for NodeJS used for Taqueria plugin development.

84 lines 2.15 kB
{ "name": "@taqueria/node-sdk", "version": "0.73.0", "description": "A TypeScript SDK for NodeJS used for Taqueria plugin development.", "main": "./index.js", "source": "./index.ts", "module": "./index.mjs", "types": "./index.d.ts", "exports": { ".": "./index.js", "./types": "./types.js" }, "keywords": [ "taqueria", "tezos", "build", "test", "deploy", "pinnaclelabs", "pinnacle-labs" ], "author": "Taqueria", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/tezostaqueria/taqueria.git", "directory": "taqueria-sdk" }, "bugs": { "url": "https://github.com/tezostaqueria/taqueria/issues" }, "homepage": "https://github.com/tezostaqueria/taqueria#readme", "dependencies": { "@babel/runtime": "^7.27.0", "@taquito/signer": "22.0.0", "@taquito/taquito": "22.0.0", "@taquito/utils": "22.0.0", "bip39": "^3.1.0", "fluture": "^14.0.0", "i18next": "^23.15.1", "node-fetch": "^3.3.2", "rambda": "^9.3.0", "shell-quote": "^1.8.1", "stacktrace-js": "^2.0.2", "ts-pattern": "^5.4.0", "why-is-node-running": "^2.2.2", "yargs": "^17.7.2", "zod": "^3.23.8", "@taqueria/protocol": "0.73.0" }, "devDependencies": { "@bevry/jsonfile": "^1.3.0", "@types/node": "^20.10.4", "@types/project-name-generator": "^2.1.3", "@types/shell-quote": "^1.7.5", "@types/yargs": "^17.0.32", "tsup": "^8.4.0", "typescript": "^5.6.2" }, "tsup": { "entry": [ "index.ts", "types.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", "typecheck": "pnpm exec tsc -noEmit -p ./tsconfig.json", "build": "pnpm run clean && pnpm run typecheck && pnpm exec tsup", "clean": "rm -f index.js index.mjs index.d.ts index.js.map index.mjs.map" } }