-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 847 Bytes
/
package.json
File metadata and controls
30 lines (30 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
30
{
"name": "@moeru/std-workspace",
"type": "module",
"version": "0.1.0-beta.18",
"private": true,
"packageManager": "pnpm@10.33.0",
"scripts": {
"build": "pnpm -r build",
"build:packages": "pnpm -rF \"./packages/*\" build",
"bump": "bumpp",
"dev": "pnpm -rF @moeru/std-docs dev",
"lint": "moeru-lint --flag unstable_native_nodejs_ts_config",
"test": "pnpm -r test"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
"@moeru/eslint-config": "workspace:^",
"@moeru/tsconfig": "workspace:^",
"@types/node": "catalog:",
"@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:",
"bumpp": "catalog:",
"eslint": "catalog:",
"eslint-plugin-oxlint": "catalog:",
"oxlint": "catalog:",
"pkgroll": "catalog:",
"tsx": "catalog:",
"vitest": "catalog:"
}
}