-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.26 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
{
"name": "authhero",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "pnpm --recursive --parallel --stream run dev",
"test": "echo \"Error: no test specified\" && exit 0",
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\"",
"manage": "pnpm --filter @authhero/manage",
"react-admin": "pnpm --filter @authhero/react-admin",
"authhero": "pnpm --filter authhero",
"proxy": "pnpm --filter @authhero/auth0-proxy",
"create-authhero": "pnpm --filter create-authhero",
"interfaces": "pnpm --filter @authhero/adapter-interfaces",
"drizzle": "pnpm --filter drizzle",
"kysely": "pnpm --filter @authhero/kysely-adapter",
"demo": "pnpm --filter @authhero/demo",
"saml": "pnpm --filter @authhero/saml",
"prepare": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@eslint/compat": "^1.2.2",
"@eslint/js": "^9.14.0",
"eslint": "9.x",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.12.0",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"vitest": "^2.1.4"
},
"dependencies": {}
}