UNPKG

@citizenwallet/sdk

Version:

An sdk to easily work with citizen wallet.

81 lines (80 loc) 2.12 kB
{ "name": "@citizenwallet/sdk", "version": "2.0.114", "description": "An sdk to easily work with citizen wallet.", "main": "./dist/src/index.js", "module": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/citizenwallet/js-sdk.git" }, "bugs": { "url": "https://github.com/citizenwallet/js-sdk/issues" }, "scripts": { "build": "rimraf dist && tsc", "watch": "tsc-watch --onSuccess \"tsc\"", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "manual-publish": "npm publish --access public" }, "keywords": [ "web3", "sdk", "4337", "erc4337", "account abstraction", "wallet", "tokens", "erc20", "userop", "evm", "citizen wallet" ], "author": "Kevin Sundar Raj", "license": "MIT", "files": [ "deno.json", "deno.lock", "package.json", "LICENSE", "README.md", "dist", "src", "env.example", "tsconfig.json", ".gitignore" ], "devDependencies": { "@account-abstraction/contracts": "^0.6.0", "@openzeppelin/test-helpers": "^0.5.16", "@types/dotenv": "^6.1.1", "@types/jest": "^29.5.14", "@types/node": "^20.11.16", "@types/react": "^18.2.57", "jest": "^29.7.0", "nock": "^13.5.1", "rimraf": "^5.0.5", "ts-jest": "^29.1.2", "tsc-watch": "^6.0.4", "tsx": "^4.19.2" }, "dependencies": { "@openzeppelin/contracts-upgradeable": "^5.0.2", "dotenv": "^16.4.7", "ethers": "^6.11.1", "fflate": "^0.8.2", "react": "^18.2.0", "typescript": "^5.6.3", "zustand": "^4.5.2" }, "exports": { ".": { "types": "./dist/src/index.d.ts", "import": "./dist/src/index.js", "require": "./dist/src/index.js" } } }