forked from connext/indra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 956 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": "indra",
"version": "7.0.0-alpha.3",
"backwardsCompatibleWith": "7.0.0-alpha.3",
"registry": "docker.io/connextproject",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/ConnextProject/indra.git"
},
"author": "Connext & Friends",
"license": "MIT",
"bugs": {
"url": "https://github.com/ConnextProject/indra/issues"
},
"homepage": "https://github.com/ConnextProject/indra#readme",
"scripts": {
"lint": "bash ops/lint.sh"
},
"devDependencies": {
"@openzeppelin/contracts": "3.0.1",
"@typescript-eslint/eslint-plugin": "3.1.0",
"@typescript-eslint/parser": "3.1.0",
"bn.js": "5.1.2",
"chai-bn": "0.2.1",
"cypress": "4.7.0",
"eslint": "7.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.20.0",
"ethers": "5.0.0-beta.190",
"lerna": "3.22.0",
"prettier": "2.0.5"
}
}