-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 990 Bytes
/
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
{
"name": "verdaccio-clustering",
"version": "1.0.0-alpha.0",
"description": "A verdaccio auth, middleware, and storage plugin that fires events for all major actions and enables clustering",
"main": "index.js",
"scripts": {
"test": "tape **/*.test.js",
"format": "prettier --write \"**/*.js\""
},
"keywords": [
"verdaccio",
"private",
"npm",
"sync",
"events",
"clustering"
],
"author": "Aaron Madsen <[email protected]>",
"license": "MIT",
"devDependencies": {
"eslint": "^4.19.1",
"nyc": "^11.7.3",
"prettier": "^1.14.2",
"tape": "^4.9.0",
"verdaccio": "^3.6.0"
},
"dependencies": {
"amqp": "^0.2.7",
"jsonwebtoken": "^8.3.0",
"may-require": "^1.0.0",
"node-forge": "^0.7.6",
"redis": "^2.8.0",
"redis-server": "^1.2.0",
"s3": "^4.4.0",
"through2": "^2.0.3",
"trike": "^1.0.0",
"uuid": "^3.2.1",
"ws": "^6.0.0"
},
"prettier": {
"singleQuote": true
}
}