Skip to content

Commit c7c8f65

Browse files
Authorship and keywords changes to package.json
Locked node versions.
1 parent 59bd435 commit c7c8f65

File tree

2 files changed

+53
-30
lines changed

2 files changed

+53
-30
lines changed

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 40 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,58 @@
11
{
22
"name": "@acpr/rate-limit-postgresql",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "A PostgreSQL store for the `express-rate-limit` middleware",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1",
99
"build": "tsc",
1010
"prepare": "husky install"
1111
},
12-
"keywords": [],
13-
"author": "",
14-
"license": "ISC",
12+
"keywords": [
13+
"express-rate-limit",
14+
"express-rate-limit-postgresql",
15+
"express-rate-limit-postgres",
16+
"express",
17+
"rate",
18+
"limit",
19+
"ratelimit",
20+
"rate-limit",
21+
"middleware",
22+
"ip",
23+
"auth",
24+
"authorization",
25+
"security",
26+
"brute",
27+
"force",
28+
"bruteforce",
29+
"brute-force",
30+
"attack",
31+
"postgresql",
32+
"postgres"
33+
],
34+
"author": {
35+
"name": "Adrian C. Prelipcean"
36+
},
37+
"license": "MIT",
1538
"dependencies": {
16-
"express-rate-limit": "^6.11.0",
17-
"pg": "^8.11.3",
18-
"pg-pool": "^3.6.1",
19-
"postgres-migrations": "^5.3.0"
39+
"express-rate-limit": "6.11.0",
40+
"pg": "8.11.3",
41+
"pg-pool": "3.6.1",
42+
"postgres-migrations": "5.3.0"
2043
},
2144
"devDependencies": {
22-
"@express-rate-limit/prettier": "^1.1.0",
23-
"@express-rate-limit/tsconfig": "^1.0.0",
24-
"@types/express": "^4.17.17",
25-
"@types/pg-pool": "^2.0.3",
26-
"husky": "^8.0.3",
27-
"lint-staged": "^14.0.1",
28-
"prettier": "^3.0.3",
29-
"typescript": "^5.2.2"
45+
"@express-rate-limit/prettier": "1.1.0",
46+
"@express-rate-limit/tsconfig": "1.0.0",
47+
"@types/express": "4.17.17",
48+
"@types/pg-pool": "2.0.3",
49+
"husky": "8.0.3",
50+
"lint-staged": "14.0.1",
51+
"prettier": "3.0.3",
52+
"typescript": "5.2.2"
3053
},
3154
"prettier": "@express-rate-limit/prettier",
3255
"lint-staged": {
3356
"source/**/*.ts": "prettier --write"
3457
}
35-
}
58+
}

0 commit comments

Comments
 (0)