forked from keppel/lotion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "lotion",
"version": "0.4.27",
"description": "smooth, easy blockchain apps. powered by tendermint consensus.",
"main": "dist/index.js",
"scripts": {
"publish": "tsc",
"test": "tsc && depcheck --ignores=@types/node && nyc -r html -r text ava"
},
"keywords": [],
"author": "Judd Keppel <[email protected]>",
"license": "ISC",
"dependencies": {
"@types/node": "^10.5.2",
"abci": "^5.0.1",
"deterministic-json": "^1.0.5",
"discovery-channel": "^5.5.1",
"fs-extra": "^7.0.0",
"get-port": "^4.0.0",
"level": "^5.0.1",
"lotion-connect": "0.1.22",
"lotion-state-machine": "^0.2.3",
"merk": "^1.3.9",
"tendermint": "^4.0.2",
"tendermint-node": "5.1.5",
"varstruct": "^6.1.2"
},
"devDependencies": {
"ava": "^0.25.0",
"depcheck": "^0.7.1",
"nyc": "^13.1.0",
"typescript": "^3.3.1"
},
"directories": {
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nomic-io/lotion.git"
},
"bugs": {
"url": "https://github.com/nomic-io/lotion/issues"
},
"homepage": "https://github.com/nomic-io/lotion#readme"
}