-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.21 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.21 KB
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
{
"name": "@onecdot/auth",
"version": "0.1.1",
"description": "Onecdot-SDK",
"main": "./dist/onecdot-auth.bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=development",
"build:prod": "webpack --mode=production",
"prepublishOnly": "webpack --mode=production"
},
"authors": [
{
"name": "Aman Mishra",
"email": "[email protected]",
"homepage": "https://github.com/Am-Coder"
},
{
"name": "Ujjwal Kumar",
"email": "[email protected]",
"homepage": "https://github.com/Ujjwal0501"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/onecdotin/onec-sdk.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"onec",
"web3",
"npm",
"metamask",
"walletconnect"
],
"dependencies": {
"@walletconnect/client": "^1.7.1",
"@metamask/onboarding": "^1.0.1",
"@walletconnect/qrcode-modal": "^1.7.1",
"axios": "^0.21.1"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2"
}
}