generated from md2docx/md2docx-plugin-template-archived
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 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
32
33
34
35
36
37
38
39
{
"name": "md2docx-plugin-template",
"private": true,
"scripts": {
"build": "turbo build",
"clean": "turbo clean",
"dev": "turbo dev",
"format": "biome check . --write",
"lint": "biome check .",
"lint:fix": "biome check . --write",
"sync": "turborepo-template-upgrade",
"test": "turbo test",
"typecheck": "turbo typecheck",
"preinstall": "tsx scripts/update-pm.ts",
"doc": "tsx scripts/doc.ts && typedoc && cp _config.yml docs && tsx scripts/add-frontmatter.ts",
"prepare": "husky",
"release": "tsx ./scripts/publish.ts",
"upgrade": "tsx ./scripts/upgrade.ts"
},
"devDependencies": {
"@biomejs/biome": "2.3.4",
"@changesets/cli": "^2.30.0",
"@repo/typescript-config": "workspace:*",
"@types/node": "^24.12.0",
"husky": "^9.1.7",
"tsx": "^4.21.0",
"turbo": "^2.8.21",
"turborepo-template-upgrade": "^0.8.0"
},
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=20"
},
"pnpm": {
"overrides": {
"cross-spawn@<6.0.6": ">=6.0.6"
}
}
}