File tree Expand file tree Collapse file tree 2 files changed +71
-322
lines changed Expand file tree Collapse file tree 2 files changed +71
-322
lines changed Original file line number Diff line number Diff line change 6
6
"main" : " dist/lock.cjs.js" ,
7
7
"module" : " dist/lock.esm.js" ,
8
8
"browser" : " dist/lock.min.js" ,
9
+ "scripts" : {
10
+ "build" : " rollup -c" ,
11
+ "dev" : " rollup -c -w" ,
12
+ "pretest" : " npm run build" ,
13
+ "lint" : " eslint src/ connectors/ plugins/ --ext .ts" ,
14
+ "lint:fix" : " yarn lint --fix" ,
15
+ "typecheck" : " tsc --noEmit"
16
+ },
9
17
"dependencies" : {
10
- "@coinbase/wallet-sdk" : " ^3. 4.0" ,
18
+ "@coinbase/wallet-sdk" : " ^4.0.4 " ,
11
19
"@portis/web3" : " ^4.0.6" ,
12
20
"@safe-global/safe-apps-provider" : " ^0.17.1" ,
13
21
"@safe-global/safe-apps-sdk" : " ^8.0.0" ,
38
46
"extends" : " @snapshot-labs"
39
47
},
40
48
"prettier" : " @snapshot-labs/prettier-config" ,
41
- "scripts" : {
42
- "build" : " rollup -c" ,
43
- "dev" : " rollup -c -w" ,
44
- "pretest" : " npm run build" ,
45
- "lint" : " eslint src/ connectors/ plugins/ --ext .ts" ,
46
- "lint:fix" : " yarn lint --fix" ,
47
- "typecheck" : " tsc --noEmit"
48
- },
49
49
"files" : [
50
50
" dist" ,
51
51
" src" ,
You can’t perform that action at this time.
0 commit comments