forked from connext/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 923 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
{
"name": "vector",
"version": "0.2.1",
"description": "Vector is an ultra-minimal state channel implementation that borrows ideas from the Counterfactual framework, the v1 Connext Payment Channel Hub, and the StateChannels framework.",
"registry": "docker.io/connextproject",
"repository": {
"type": "git",
"url": "git+https://github.com/connext/vector.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/connext/vector/issues"
},
"homepage": "https://github.com/connext/vector#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.16.1",
"@typescript-eslint/parser": "4.16.1",
"cypress": "^6.5.0",
"eslint": "7.21.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.3.1",
"lerna": "4.0.0",
"pino-pretty": "4.6.0"
},
"dependencies": {}
}