-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "@depay/walletconnect-v2",
"version": "2.12.2",
"description": "WalletConnect v2 browser pre-built usable in rollup bundles.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"scripts": {
"build": "rm -rf dist && npx webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DePayFi/walletconnect-v2.git"
},
"keywords": [
"walletconnect",
"rollup"
],
"author": "depay.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/DePayFi/walletconnect-v2/issues"
},
"homepage": "https://depay.com",
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@purtuga/esm-webpack-plugin": "^1.5.0",
"@types/node": "^18.11.19",
"babel-loader": "^8.0.6",
"esbuild-loader": "^2.21.0",
"typescript": "^4.9.5",
"webpack": "^4.46.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@walletconnect/core": "^2.12.2",
"@walletconnect/sign-client": "^2.12.2",
"clipboardy": "3.0.0"
},
"resolutions": {
"clipboardy": "3.0.0"
}
}