-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.35 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@telios/nebula",
"version": "4.0.11",
"description": "Real-time distributed file and data storage.",
"main": "index.js",
"scripts": {
"test": "cross-env NODE_ENV=test_sdk tape tests/*.test.js | tap-spec",
"semantic-release": "semantic-release",
"commit": "cz",
"debug": "cross-env NODE_ENV=test_sdk tape tests/drive.test.js | tap-spec --nolazy --debug-brk=5858"
},
"repository": {
"type": "git",
"url": "https://github.com/Telios-org/nebula.git"
},
"author": "Hexadecibal",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Telios-org/nebula/issues"
},
"homepage": "https://github.com/Telios-org/nebula",
"dependencies": {
"autobase": "https://github.com/hypercore-protocol/autobase",
"bip39": "^3.0.4",
"blakejs": "^1.1.0",
"codecs": "^2.2.0",
"concat-stream": "^2.0.0",
"corestore": "^6.2.0",
"dat-encoding": "^5.0.1",
"data-store": "^4.0.3",
"debounce": "^1.2.1",
"graceful-fs": "^4.2.9",
"hyperbee": "^2.1.2",
"hyperbeedeebee": "git+https://github.com/Telios-org/hyperdeebee.git",
"hypercore": "^10.4.1",
"hyperswarm": "^4.3.5",
"is-online": "^9.0.1",
"memorystream": "^0.3.1",
"natural": "^5.1.11",
"pump": "^3.0.0",
"random-access-memory": "^6.0.0",
"sodium-native": "^3.4.1",
"stopwords": "^0.0.9",
"uuid": "^8.2.0"
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/gitlab": "^6.0.9",
"@semantic-release/npm": "^7.1.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.0.1",
"del": "^6.0.0",
"husky": "^6.0.0",
"npm-force-resolutions": "^0.0.10",
"semantic-release": "^17.4.2",
"tap-spec": "^2.2.2",
"tape": "^5.2.2",
"tape-promise": "^4.0.0"
},
"directories": {
"lib": "lib",
"test": "tests"
},
"keywords": [
"telios",
"decentralized",
"distributed",
"file",
"sharing",
"drive",
"storage",
"p2p",
"peer-to-peer",
"hypercore",
"hypercore-protocol",
"hyperdrive",
"hyperswarm"
],
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}