glip-wallet-sdk
Version:
Guide for installation and usage of Glip's Web3 Wallet.\ Glip Wallet through its SDK provides a signer using which a user's transaction can be signed.\ It also contains a iframe based UI element which can be embedded into any webpage.\ The UI contains
74 lines (73 loc) • 1.82 kB
JSON
{
"name": "glip-wallet-sdk",
"version": "1.0.119",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"watch": "npm-watch"
},
"watch": {
"build": {
"patterns": [
"src"
],
"extensions": "tsx,ts,js,json",
"quiet": false
}
},
"files": [
"wallet/**/*",
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/glip-gg/glip-wallet-sdk-api-docs.git"
},
"keywords": [
"web3",
"ethereum",
"wallet",
"non-custodial",
"security"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/glip-gg/glip-wallet-sdk-api-docs/issues"
},
"homepage": "https://github.com/glip-gg/glip-wallet-sdk-api-docs#readme",
"devDependencies": {
"@types/jest": "^28.1.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/uuid": "^8.3.4",
"jest": "^28.1.3",
"npm-watch": "^0.11.0",
"path": "^0.12.7",
"prettier": "^2.7.1",
"process": "0.11.10",
"ts-jest": "^28.0.7",
"ts-loader": "^9.3.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@types/socket.io-client": "^3.0.0",
"ethers": "^5.6.8",
"process": "0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"socket.io-client": "^4.5.2",
"uuid": "^9.0.0"
}
}