This repository has been archived by the owner on May 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.5 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
{
"name": "ssb-meta-feeds",
"description": "Manage meta feeds and its sub feeds, as a secret-stack plugin",
"version": "0.28.2",
"homepage": "https://github.com/ssb-ngi-pointer/ssb-meta-feeds",
"repository": {
"type": "git",
"url": "git://github.com/ssb-ngi-pointer/ssb-meta-feeds.git"
},
"files": [
"*.js",
"package.json.license",
"LICENSES/*"
],
"dependencies": {
"bencode": "^2.0.2",
"bipf": "^1.5.1",
"debug": "^4.3.0",
"futoin-hkdf": "^1.4.2",
"is-canonical-base64": "^1.1.1",
"p-defer": "^3.0.0",
"promisify-tuple": "^1.2.0",
"pull-cat": "^1.1.11",
"pull-notify": "^0.1.1",
"pull-stream": "^3.6.14",
"ssb-bendy-butt": "~0.12.3",
"ssb-bfe": "^3.1.1",
"ssb-db2": ">=3.0.0 <=4",
"ssb-keys": "^8.2.0",
"ssb-ref": "^2.16.0",
"ssb-uri2": "^1.5.2"
},
"devDependencies": {
"husky": "^4.3.0",
"prettier": "^2.1.2",
"pretty-quick": "^3.1.0",
"rimraf": "^3.0.2",
"secret-stack": "^6.4.0",
"ssb-db2-box2": "^0.4.0",
"ssb-caps": "^1.1.0",
"tap-bail": "^1.0.0",
"tap-spec": "^5.0.0",
"tape": "^5.3.0"
},
"scripts": {
"test": "tape test/*.js | tap-bail | tap-spec",
"format-code": "prettier --write \"*.js\" \"test/*.js\"",
"format-code-staged": "pretty-quick --staged --pattern \"*.js\" --pattern \"test/*.js\""
},
"husky": {
"hooks": {
"pre-commit": "npm run format-code-staged"
}
},
"author": "Anders Rune Jensen <[email protected]>",
"license": "LGPL-3.0"
}