forked from lucia-auth/lucia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "lucia-repository",
"version": "1.0.0",
"description": "Authentication, simple and clean",
"scripts": {
"publish-setup": "pnpm i --no-frozen-lockfile && cd packages/lucia && pnpm build && cd ../adapter-test && pnpm build && cd ../../",
"format": "pnpm exec prettier --write . --plugin=prettier-plugin-astro",
"format:docs": "pnpm exec prettier --write docs --plugin=prettier-plugin-astro",
"preinstall": "npx only-allow pnpm",
"auri.format": "pnpm format",
"auri.publish_setup": "pnpm publish-setup"
},
"repository": {
"type": "git",
"url": "https://github.com/lucia-auth/lucia"
},
"keywords": [],
"author": "pilcrowOnPaper",
"license": "MIT",
"devDependencies": {
"@types/node": "~18.15.13",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"auri": "^0.7.4",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.10.0",
"prettier-plugin-tailwindcss": "^0.2.8",
"shx": "^0.3.4",
"typescript": "latest"
},
"engines": {
"node": "20.x",
"pnpm": "*"
}
}