-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.03 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
{
"name": "@planetary-ssb/pub",
"description": "A pub",
"version": "0.2.54",
"main": "index.js",
"scripts": {
"start": "node index.js",
"postversion": "git push --no-verify && git push --tags --no-verify && npm publish",
"test": "NODE_ENV=test tape test/*.js | tap-arc",
"test-viewer": "NODE_ENV=test node test/viewer.js | tap-arc --bail",
"test-pub": "NODE_ENV=test tape test/index.js | tap-arc --bail",
"prepare": "husky install",
"pretty": "pretty-quick",
"lint": "pretty-quick"
},
"repository": {
"type": "git",
"url": "git+https://github.com/planetary-social/planetary-pub.git"
},
"author": "Nick Thomas <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/planetary-social/planetary-pub/issues"
},
"homepage": "https://github.com/planetary-social/planetary-pub#readme",
"dependencies": {
"@fastify/cors": "^7.0.0",
"abstract-cache-redis": "^2.0.0",
"after": "^0.8.2",
"bcrypt": "^5.0.1",
"bipf": "^1.5.5",
"fastify": "^3.25.3",
"fastify-caching": "^6.2.0",
"fastify-redis": "^4.3.3",
"fastify-response-caching": "0.0.3",
"fastify-static": "^4.5.0",
"http-errors": "^2.0.0",
"ioredis": "^4.28.5",
"pull-files": "^1.1.0",
"pull-stream": "^3.6.14",
"pull-stream-to-stream": "^2.0.0",
"run-parallel": "^1.2.0",
"run-series": "^1.1.9",
"secret-stack": "^6.4.0",
"ssb-about-self": "^1.1.0",
"ssb-blobs": "^2.0.1",
"ssb-caps": "^1.1.0",
"ssb-conn": "^6.0.1",
"ssb-db2": "^6.2.0",
"ssb-ebt": "^9.0.0",
"ssb-friends": "^5.1.0",
"ssb-replication-scheduler": "^2.0.4",
"ssb-serve-blobs": "^3.0.0",
"ssb-sort": "^1.1.3",
"ssb-suggest-lite": "^1.1.1",
"ssb-threads": "^10.0.4"
},
"devDependencies": {
"dotenv": "^10.0.0",
"husky": "^7.0.4",
"lodash.flatten": "^4.4.0",
"node-fetch": "^2.6.7",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"ssb-ref": "^2.16.0",
"tap-arc": "^0.3.5",
"tape": "^5.3.2"
}
}