Skip to content

Commit fe73e60

Browse files
Added extra information to package.json
1 parent c97361c commit fe73e60

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "@acpr/rate-limit-postgresql",
33
"version": "1.0.0",
44
"description": "A PostgreSQL store for the `express-rate-limit` middleware",
5+
"homepage": "https://github.com/adrianprelipcean/express-rate-limit-postgresql",
6+
"repository": "https://github.com/adrianprelipcean/express-rate-limit-postgresql",
7+
"author": {
8+
"name": "Adrian C. Prelipcean"
9+
},
10+
"license": "MIT",
511
"types": "./dist/cjs/types/index.d.ts",
612
"main": "./dist/cjs/index.js",
713
"files": [
@@ -53,10 +59,6 @@
5359
"postgresql",
5460
"postgres"
5561
],
56-
"author": {
57-
"name": "Adrian C. Prelipcean"
58-
},
59-
"license": "MIT",
6062
"dependencies": {
6163
"express-rate-limit": "6.11.0",
6264
"pg": "8.11.3",

third_party_licenses/dev_detailed.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"@acpr/[email protected]": {
33
"licenses": "MIT",
4+
"repository": "https://github.com/adrianprelipcean/express-rate-limit-postgresql",
45
"publisher": "Adrian C. Prelipcean"
56
},
67
"@cspotcode/[email protected]": {

third_party_licenses/production_detailed.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"@acpr/[email protected]": {
33
"licenses": "MIT",
4+
"repository": "https://github.com/adrianprelipcean/express-rate-limit-postgresql",
45
"publisher": "Adrian C. Prelipcean"
56
},
67

0 commit comments

Comments
 (0)