forked from auth0/express-brute-mongo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "express-brute-mongo",
"version": "1.0.0",
"description": "MongoDB store for express-brute.",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint .",
"format": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "https://github.com/auth0/express-brute-mongo.git"
},
"author": "José F. Romaniello <[email protected]> (http://joseoncode.com)",
"license": "BSD",
"prettier": "@clear/style/prettier",
"devDependencies": {
"@clear/style": "^0.3.0",
"eslint": "^9.0.0",
"eslint-plugin-mocha": "^10.5.0",
"expect.js": "~0.3.1",
"globals": "^15.11.0",
"mocha": "~10.7.3",
"moment": "~2.30.1",
"mongo-getdb": "~5.0.1",
"prettier": "^3.3.3"
},
"dependencies": {
"express-brute": "~1.0.1",
"xtend": "~2.1.1"
},
"peerDependencies": {
"express": "4.x"
},
"pnpm": {
"overrides": {
"underscore@<1.12.1": ">1.12.1"
}
}
}