forked from connext/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.03 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.03 KB
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": "vector",
"version": "0.2.5-beta.18",
"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": {
"g": "2.0.1",
"node-ts": "5.1.1",
"nodemon": "2.0.7",
"ts-node": "9.1.1",
"typescript": "4.2.4"
}
}