-
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) · 883 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 883 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
{
"dependencies": {
"marked": "17.0.5"
},
"devDependencies": {
"@types/node": "catalog:",
"@unic/release-tools": "workspace:*",
"@unic/tsconfig": "workspace:*",
"typescript": "catalog:"
},
"engines": {
"node": ">=22",
"pnpm": ">=10"
},
"license": "LGPL-3.0-or-later",
"name": "unic-confluence",
"packageManager": "pnpm@10.33.0",
"private": true,
"scripts": {
"bump": "unic-bump",
"confluence": "node scripts/push-to-confluence.mjs",
"sync-version": "unic-sync-version",
"tag": "unic-tag",
"test": "node --test scripts/lib/frontmatter.test.mjs scripts/lib/inject.test.mjs scripts/lib/resolve.test.mjs scripts/lib/slug.test.mjs scripts/lib/pages-file.test.mjs",
"typecheck": "tsc --noEmit --project tsconfig.json",
"verify:changelog": "unic-verify-changelog"
},
"type": "module",
"version": "3.0.0"
}