UNPKG

@kanalabs/paymaster-sdk

Version:
61 lines (60 loc) 1.62 kB
{ "name": "@kanalabs/paymaster-sdk", "version": "0.2.0", "description": "Kanalab's Paymaster SDK", "main": "lib/index.js", "scripts": { "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable", "clean": "node tools/cleanup", "build": "tsc", "package": "npm run build && npm pack", "test": "jest --no-cache --runInBand", "test:cov": "jest --coverage --no-cache --runInBand", "addscope": "node tools/packagejson name @kanalabs/paymaster-sdk" }, "publishConfig": { "access": "public" }, "keywords": [ "paymaster-sdk", "typescript", "sdk", "aptos", "blockchain", "non-evm", "kanalabs" ], "author": "0xAnto <antonyranjith17@gmail.com>", "license": "MIT", "homepage": "https://github.com/kanalabs/paymaster-sdk", "repository": "https://github.com/kanalabs/paymaster-sdk.git", "bugs": { "url": "https://github.com/kanalabs/paymaster-sdk/issues" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/jest": "29.5.12", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", "dotenv": "16.4.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.1.3", "jest": "29.7.0", "pinst": "3.0.0", "prettier": "3.2.5", "rxjs": "7.8.1", "ts-jest": "29.1.2", "ts-loader": "9.5.1", "typescript": "5.3.3", "webpack": "5.90.1", "webpack-cli": "5.1.4", "ws": "8.16.0" }, "dependencies": { "@aptos-labs/ts-sdk": "^2.0.1", "cross-fetch": "4.0.0", "reflect-metadata": "0.2.1" } }