-
Notifications
You must be signed in to change notification settings - Fork 125
/
package.json
33 lines (33 loc) · 1.12 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
{
"name": "root",
"private": true,
"scripts": {
"update-web3auth": "lerna exec --concurrency 1 -- 'ncu -u @web3auth/* && npm install'",
"update-web3auth-alpha": "lerna exec --concurrency 1 -- 'ncu -u @web3auth/* --target @next && npm install --legacy-peer-deps'",
"install-all": "lerna exec --concurrency 1 -- 'npm install'",
"lint-all": "lerna exec --concurrency 1 -- 'npm run lint'"
},
"devDependencies": {
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tsdoc": "^0.2.17",
"lerna": "^6.4.1",
"npm-check-updates": "^16.7.4",
"prettier": "^2.8.7"
},
"dependencies": {
"@react-native-community/eslint-config": "^3.2.0",
"@toruslabs/eslint-config-typescript": "^1.4.0",
"all": "^0.0.0",
"bip39": "^3.1.0",
"crypto": "^1.0.1",
"near-seed-phrase": "^0.2.0"
}
}