-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 847 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 847 Bytes
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
{
"name": "@rustforweb/shield",
"description": "Web authentication for Rust.",
"author": "Rust for Web <info@rustforweb.org>",
"repository": "github:RustForWeb/shield",
"license": "MIT",
"private": true,
"workspaces": [
"examples/react-router",
"packages/integrations/shield-react",
"packages/integrations/shield-react-router",
"packages/styles/shield-react-shadcn-ui"
],
"scripts": {
"build": "turbo build",
"dev": "turbo dev"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"prettier": "^3.4.2",
"prettier-plugin-sort-json": "^4.1.1",
"prettier-plugin-tailwindcss": "^0.7.0",
"turbo": "^2.5.8"
},
"engines": {
"node": ">=22"
},
"packageManager": "npm@11.11.0"
}