-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 loc) · 1.76 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@klaytn/klip-web3-provider",
"version": "1.0.2",
"description": "Klip wallet web3 provider",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run build",
"build": "./node_modules/.bin/tsc --jsx react-jsx",
"lint:eslint": "eslint ./src --ext .ts,.tsx",
"fix:prettier": "prettier . --write"
},
"author": "Klaytn Team",
"license": "ISC",
"dependencies": {
"@metamask/safe-event-emitter": "2.0.0",
"@walletconnect/browser-utils": "^1.8.0",
"@walletconnect/types": "^1.8.0",
"@walletconnect/utils": "^1.8.0",
"caver-js": "1.9.0",
"copy-to-clipboard": "^3.3.1",
"eth-json-rpc-filters": "4.2.2",
"eth-rpc-errors": "4.0.2",
"json-rpc-engine": "6.1.0",
"klip-sdk": "2.2.0",
"qrcode": "^1.5.1"
},
"devDependencies": {
"@types/jest": "^29.1.1",
"@types/node": "^18.8.2",
"@types/qrcode": "^1.5.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.1.2",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.8.3"
},
"files": [
"lib/**/*"
],
"bugs": {
"url": "https://github.com/klaytn/klip-web3-provider/issues"
},
"homepage": "https://github.com/klaytn/klip-web3-provider#readme"
}