-
Notifications
You must be signed in to change notification settings - Fork 903
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.04 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.04 KB
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
{
"name": "prisma-docs-monorepo",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"check": "turbo run check",
"types:check": "turbo run types:check",
"generate:management-api-docs": "pnpm --filter docs run generate:management-api-docs",
"lint:links": "turbo run lint:links --filter=docs",
"lint:external-links": "turbo run lint:external-links --filter=docs",
"lint:code": "turbo run lint:code --filter=docs",
"lint:spellcheck": "turbo run lint:spellcheck --filter=docs"
},
"devDependencies": {
"@types/node": "catalog:",
"oxfmt": "catalog:",
"oxlint": "catalog:",
"turbo": "catalog:"
},
"packageManager": "pnpm@10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937",
"pnpm": {
"overrides": {
"shiki": "3.22.0",
"fast-xml-parser": ">=5.3.8",
"minimatch": ">=10.2.3",
"serialize-javascript": ">=7.0.3",
"rollup": ">=4.59.0"
}
}
}