-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
73 lines (73 loc) · 2.15 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "vea",
"version": "0.1.0",
"description": "Vea bridge",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kleros/vea.git"
},
"author": "Vea Team <hi@vea.ninja> (https://vea.ninja)",
"bugs": {
"url": "https://github.com/kleros/vea/issues",
"email": "contact@vea.ninja"
},
"homepage": "https://github.com/kleros/vea#readme",
"license": "MIT",
"private": true,
"workspaces": [
"contracts",
"relayer-subgraph-inbox",
"validator-cli",
"relayer-cli",
"veascan-web",
"veascan-subgraph-inbox",
"veascan-subgraph-outbox"
],
"packageManager": "yarn@4.2.2",
"volta": {
"node": "18.20.3",
"yarn": "4.2.2"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-parcel": "^1.10.6",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^5.2.0",
"eslint-utils": "^3.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"solhint-plugin-prettier": "^0.0.5"
},
"resolutions": {
"async@npm^2.4.0": "^2.6.4",
"ejs@npm^2.6.1": "^3.1.7",
"ejs@npm:3.1.8": "npm:3.1.10",
"semver@npm:7.4.0": "npm:7.6.2",
"loader-utils@npm:^1.0.2": "^1.4.1",
"loader-utils@npm:^1.1.0": "^1.4.1",
"lodash@npm^4.17.4": "^4.17.21",
"minimist@npm^1.2.0": "^1.2.7",
"minimatch@npm:3.0.4": "^3.0.8",
"minimatch@npm:^3.0.4": "^3.0.8",
"nanoid^3.3.1": "^3.3.4",
"node-fetch": "^2.6.7",
"underscore@npm^3.0.4": "^1.12.1",
"@graphprotocol/graph-ts": "^0.29.3",
"vm2@npm:^3.9.8": "^3.9.19"
},
"scripts": {
"changelog": "conventional-changelog --infile CHANGELOG.md --same-file --release-count 0 && prettier --write CHANGELOG.md",
"postinstall": "husky install",
"reinstall": "YARN_CHECKSUM_BEHAVIOR=update yarn install --no-immutable"
}
}