-
Notifications
You must be signed in to change notification settings - Fork 128
/
package.json
41 lines (41 loc) · 1018 Bytes
/
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
{
"name": "@safe-global/safe-apps-web3modal",
"version": "23.0.0",
"description": "A web3modal wrapper for Safe App support",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist/**/*",
"src/**/*",
"CHANGELOG.md",
"README.md"
],
"scripts": {
"build": "yarn rimraf dist && tsc",
"test": "echo No tests specified"
},
"repository": {
"type": "git",
"url": "git+https://github.com/safe-global/safe-apps-sdk.git"
},
"author": "Safe (https://safe.global)",
"license": "MIT",
"bugs": {
"url": "https://github.com/safe-global/safe-apps-sdk/issues"
},
"homepage": "https://github.com/safe-global/safe-apps-sdk#readme",
"devDependencies": {
"@safe-global/safe-apps-sdk": "^9.1.0",
"web3modal": "^1.9.9"
},
"peerDependencies": {
"@safe-global/safe-apps-sdk": "^9.1.0",
"web3modal": "^1.9.9"
},
"dependencies": {
"@safe-global/safe-apps-provider": "^0.18.3"
},
"publishConfig": {
"access": "public"
}
}