forked from lucia-auth/lucia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.19 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
{
"name": "lucia",
"version": "0.0.1",
"description": "monorepo for lucia-auth",
"scripts": {
"ready": "pnpm i && cd packages/lucia-auth && pnpm build && pnpm i && cd ../adapter-test && pnpm build && pnpm i && cd ../integration-oauth && pnpm build && cd ../adapter-prisma && pnpm build && cd ../integration-tokens && pnpm build && cd ../",
"publish-setup": "cd packages/lucia-auth && pnpm install --no-frozen-lockfile && pnpm build && cd ../../ && cd packages/adapter-test && pnpm install --no-frozen-lockfile && pnpm build && cd ../../",
"format": "pnpm exec prettier --write .",
"preinstall": "npx only-allow pnpm"
},
"repository": {
"type": "git",
"url": "https://github.com/pilcrowOnPaper/lucia"
},
"keywords": [],
"author": "pilcrowOnPaper",
"license": "MIT",
"devDependencies": {
"@types/node": "18.15",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"auri": "^0.4.1",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.3",
"prettier-plugin-svelte": "^2.9.0",
"prettier-plugin-tailwindcss": "^0.2.5",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "~4.9.5"
}
}