-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 801 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": "prosemark-workspace",
"private": true,
"type": "module",
"workspaces": [
"apps/**",
"!apps/**/node_modules/**",
"packages/**",
"!packages/**/node_modules/**"
],
"scripts": {
"format": "prettier --experimental-cli --write .",
"format:check": "prettier --experimental-cli --check .",
"version": "bun changeset version && bun scripts/patch-lock.ts"
},
"devDependencies": {
"@changesets/cli": "^2.29.5",
"@prosemark/eslint-config": "workspace:*",
"@types/node": "^24.3.0",
"eslint": "^9.39.2",
"jsonc-parser": "^3.3.1",
"pkg-pr-new": "^0.0.65",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"tsdown": "^0.15.6",
"turbo": "^2.5.5",
"typescript": "^5.9.3"
},
"packageManager": "bun@1.3.13"
}