forked from OffchainLabs/arbitrum-cli-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 973 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
{
"name": "arbitrum-tool",
"version": "1.0.0",
"description": "The Arbitrum Tools Monorepo",
"author": "Offchain Labs, Inc.",
"license": "Apache-2.0",
"private": "true",
"scripts": {
"lint": "eslint \"**/*.{ts,tsx}\"",
"format": "prettier './**/*.{js,json,md,yml,sol}' --write && yarn run lint --fix"
},
"devDependencies": {
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OffchainLabs/arbitrum-tool.git"
},
"bugs": {
"url": "https://github.com/OffchainLabs/arbitrum-tool/issues"
},
"homepage": "https://github.com/OffchainLabs/arbitrum-tool#readme",
"workspaces": {
"packages": [
"packages/*"
]
}
}