forked from rstackjs/rstack-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1014 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1014 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
30
{
"name": "rstack-monorepo",
"private": true,
"repository": "https://github.com/rstackjs/rstack-cli",
"license": "MIT",
"type": "module",
"scripts": {
"benchmark:fmt-discovery": "node scripts/benchmark-fmt-discovery.js",
"build": "pnpm --filter \"./packages/**\" build",
"check": "rs check --type-check",
"check:spell": "pnpm dlx cspell && heading-case",
"doc": "pnpm --dir website dev",
"doc:build": "node --run build && pnpm --dir website build",
"format": "rs fmt && heading-case --write",
"lint": "rs lint --type-check",
"prepare": "node scripts/rs.js setup",
"release:prepare": "node scripts/prepare-release.js",
"test": "pnpm --parallel --filter \"./packages/**\" test"
},
"devDependencies": {
"@types/node": "catalog:",
"cspell-ban-words": "catalog:",
"globals": "catalog:",
"heading-case": "catalog:",
"prettier": "catalog:",
"rstack": "workspace:*",
"typescript": "catalog:"
},
"packageManager": "pnpm@11.21.0"
}