UNPKG

@kanalabs/aptos-smart-wallet

Version:

Typescript SDK to interact with the Aptos smart wallet

57 lines (56 loc) 1.76 kB
{ "name": "@kanalabs/aptos-smart-wallet", "version": "0.0.3", "description": "Typescript SDK to interact with the Aptos smart wallet", "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/aptos-smart-wallet-sdk" }, "publishConfig": { "access": "public" }, "keywords": [ "aptos", "smart-wallet", "sdk", "typescript", "account-abstraction", "non-evm", "kanalabs" ], "author": "0xAnto <antonyranjith17@gmail.com>", "license": "MIT", "homepage": "https://github.com/kanalabs/aptos-smart-wallet-sdk", "repository": "https://github.com/kanalabs/aptos-smart-wallet-sdk.git", "bugs": { "url": "https://github.com/kanalabs/aptos-smart-wallet-sdk/issues" }, "devDependencies": { "@types/jest": "29.5.3", "@typescript-eslint/eslint-plugin": "6.3.0", "@typescript-eslint/parser": "6.3.0", "dotenv": "^16.3.1", "eslint": "8.46.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", "husky": "^8.0.3", "jest": "29.6.2", "pinst": "3.0.0", "prettier": "3.0.1", "ts-jest": "^29.1.1", "ts-loader": "9.4.4", "typescript": "5.1.6", "webpack": "5.88.2", "webpack-cli": "5.1.4" }, "dependencies": { "aptos": "^1.17.0" } }