-
Notifications
You must be signed in to change notification settings - Fork 202
/
package.json
37 lines (37 loc) · 1.35 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
{
"name": "arb-token-bridge-ui-mono",
"private": true,
"license": "Apache-2.0",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "yarn workspace arb-token-bridge-ui dev",
"build": "yarn workspace arb-token-bridge-ui build",
"start": "yarn workspace arb-token-bridge-ui start",
"audit:ci": "audit-ci --config ./audit-ci.jsonc",
"test:ci": "yarn workspace arb-token-bridge-ui test:ci",
"prettier:check": "./node_modules/.bin/prettier --check .",
"prettier:format": "./node_modules/.bin/prettier --write .",
"lint": "yarn workspace arb-token-bridge-ui lint",
"lint:fix": "yarn workspace arb-token-bridge-ui lint:fix",
"test:e2e": "yarn workspace arb-token-bridge-ui env-cmd --silent --file .e2e.env yarn synpress run --configFile synpress.config.ts",
"test:e2e:cctp": "yarn test:e2e --configFile synpress.cctp.config.ts",
"test:e2e:orbit": "E2E_ORBIT=true yarn test:e2e",
"test:e2e:orbit:custom-gas-token": "E2E_ORBIT_CUSTOM_GAS_TOKEN=true yarn test:e2e"
},
"resolutions": {
"**/@walletconnect/ethereum-provider": "2.13.1",
"**/@ethersproject/providers/ws": "7.5.10",
"**/@synthetixio/synpress/ws": "8.17.1",
"**/elliptic": "6.6.0"
},
"keywords": [],
"author": "",
"workspaces": [
"packages/*"
],
"devDependencies": {
"audit-ci": "^6.3.0"
}
}