-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
53 lines (53 loc) · 1.18 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "auth-astro",
"description": "The easiest way to add authentication to your Astro project!",
"version": "4.2.0",
"main": "./index.ts",
"types": "module.d.ts",
"engines": {
"node": ">=17.4"
},
"license": "MIT",
"repository": "https://github.com/nowaythatworked/auth-astro.git",
"author": "nowaythatworked <[email protected]>",
"contributors": [
"Otterlord <[email protected]>",
"tajkirkpatrick"
],
"scripts": {
"format": "prettier --config .prettierrc --ignore-path .prettierignore -w ."
},
"peerDependencies": {
"@auth/core": "^0.37.3",
"astro": ">=4.0.0"
},
"devDependencies": {
"@auth/core": "^0.37.3",
"@types/node": "^18.17.1",
"@types/set-cookie-parser": "^2.4.2",
"astro": "^5.0.0",
"next-auth": "^4.24.10",
"prettier": "^2.8.6",
"prettier-plugin-astro": "^0.8.0",
"typescript": "^5.6.2"
},
"dependencies": {
"set-cookie-parser": "^2.5.1"
},
"keywords": [
"astro",
"auth",
"authentication",
"integration",
"@auth",
"@auth/core",
"authjs",
"jwt",
"oauth",
"astro-auth",
"astro-integration",
"astro-component",
"withastro"
],
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}