forked from manifoldfinance/mev-corpus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 754 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 754 Bytes
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
{
"name": "mev-corpus",
"version": "1.0.0",
"private": false,
"devDependencies": {
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-json-format": "^2.0.1",
"json-to-js": "^1.0.2",
"lerna": "^3.22.1",
"prettier": "^2.2.1"
},
"scripts": {
"format": "npx prettier --config .prettierrc.json --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/manifoldfinance/mev-corpus.git"
},
"keywords": [],
"author": "OpenMEV <noreply@openmev.org>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/manifoldfinance/mev-corpus/issues"
},
"homepage": "https://github.com/manifoldfinance/mev-corpus#readme"
}