-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 887 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 887 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
{
"type": "module",
"private": true,
"workspaces": ["packages/*"],
"scripts": {
"checks": "bun run eslint && bun run tsc && bun run vitest run --passWithNoTests",
"bundles": "bun run -F '*' bundle",
"release": "bun run scripts/release",
"docs": "vitepress dev docs --open",
"docs:build": "vitepress build docs"
},
"devDependencies": {
"@monstermann/barrels": "^0.4.0",
"@monstermann/barrels-flat": "^0.4.0",
"@monstermann/barrels-namespace": "^0.4.0",
"@monstermann/eslint-config": "^0.7.0",
"@monstermann/tsconfig": "^0.0.0",
"@monstermann/vitepress-theme": "^0.2.0",
"prompts": "^2.4.2",
"tsdown": "^0.21.0",
"typescript": "^6.0.0",
"vitepress": "^1.6.3",
"vitepress-plugin-group-icons": "^1.6.1",
"vitest": "^4.0.0"
}
}