forked from OffchainLabs/arbitrum-token-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.3 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
{
"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 build && 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",
"test:e2e": "yarn workspace arb-token-bridge-ui e2e:run --browser chrome",
"test:ci:e2e": "start-server-and-test 'yarn build && yarn workspace arb-token-bridge-ui start' http-get://localhost:3000 'env-cmd -f ./packages/arb-token-bridge-ui/.e2e.env synpress run --project ./packages/arb-token-bridge-ui --configFile synpress.config.ts'",
"test:ci:e2e:install": "yarn workspace arb-token-bridge-ui e2e:install",
"test:e2e:cctp": "yarn workspace arb-token-bridge-ui e2e:run:cctp",
"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"
},
"keywords": [],
"author": "",
"workspaces": [
"packages/*"
],
"devDependencies": {
"audit-ci": "^6.3.0"
}
}