Skip to content

Commit 3ebc229

Browse files
committed
fix: format package.json for better readability
1 parent 226aeaf commit 3ebc229

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

package.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,24 @@
44
"module": "dist/index.ts",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.js",
7-
"files": ["dist"],
7+
"files": [
8+
"dist"
9+
],
810
"license": "WTFPL",
911
"version": "1.0.0",
1012
"type": "module",
11-
"keywords": ["auth", "discord", "nextjs", "nextjs-auth", "next-discord-auth", "oauth", "oauth2"],
13+
"keywords": [
14+
"auth",
15+
"discord",
16+
"nextjs",
17+
"nextjs-auth",
18+
"next-discord-auth",
19+
"oauth",
20+
"oauth2"
21+
],
1222
"repository": {
1323
"type": "git",
14-
"url": "https://github.com/mikndotdev/next-discord-auth"
24+
"url": "git+https://github.com/mikndotdev/next-discord-auth.git"
1525
},
1626
"homepage": "https://mikn.dev/solutions/developers/next-discord-auth",
1727
"scripts": {
@@ -51,8 +61,12 @@
5161
},
5262
"typesVersions": {
5363
"*": {
54-
"redirect": ["dist/types/redirect.d.ts"],
55-
"server-actions": ["dist/types/server-actions.d.ts"]
64+
"redirect": [
65+
"dist/types/redirect.d.ts"
66+
],
67+
"server-actions": [
68+
"dist/types/server-actions.d.ts"
69+
]
5670
}
5771
}
5872
}

0 commit comments

Comments
 (0)