UNPKG

@celo/transactions-uri

Version:
49 lines (48 loc) 1.3 kB
{ "name": "@celo/transactions-uri", "version": "5.0.15", "description": "Celo's transactions uri generation", "main": "./lib/index.js", "types": "./lib/index.d.ts", "author": "Celo", "license": "Apache-2.0", "homepage": "https://docs.celo.org/developer/tools", "repository": { "type": "git", "url": "git+https://github.com/celo-org/developer-tooling.git", "directory": "packages/sdk/transactions-uri" }, "keywords": [ "celo", "blockchain", "contractkit" ], "scripts": { "build": "yarn run --top-level tsc -b .", "clean": "yarn run --top-level tsc -b . --clean", "docs": "yarn run --top-level typedoc", "test": "NODE_OPTIONS='--experimental-vm-modules' yarn run --top-level jest", "prepublishOnly": "yarn build" }, "dependencies": { "@celo/base": "^7.0.3", "@celo/connect": "^7.0.0", "@types/bn.js": "^5.1.0", "@types/debug": "^4.1.5", "@types/qrcode": "^1.3.4", "bn.js": "^5.1.0", "qrcode": "1.4.4", "web3-eth-abi": "1.10.4" }, "devDependencies": { "@celo/contractkit": "^10.0.0", "@celo/dev-utils": "workspace:^", "@celo/typescript": "workspace:^", "cross-fetch": "3.1.5", "dotenv": "^8.2.0", "fetch-mock": "^10.0.7" }, "engines": { "node": ">=20" } }