-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.17 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
{
"name": "@taxum/root",
"private": true,
"version": "0.0.0",
"type": "module",
"author": "Ben Scholzen 'DASPRiD'",
"license": "BSD-3-Clause",
"packageManager": "pnpm@11.0.6+sha512.97f906e1da2bedac3df83cadae04b4753a130092dd49d55cd36825ad3e623e9df3f97754f8f259e699172a360fac569acf2f908e7732bdae3eddb2dcf7e121fd",
"devDependencies": {
"@biomejs/biome": "2.5.2",
"@commitlint/cli": "^21.2.0",
"@commitlint/config-conventional": "^21.2.0",
"@tsconfig/node24": "^24.0.4",
"@types/node": "^24.13.2",
"c8": "^11.0.0",
"lefthook": "^2.1.9",
"tsx": "^4.23.0",
"typedoc": "^0.28.19",
"typedoc-plugin-markdown": "^4.12.0",
"typedoc-plugin-mdn-links": "^5.1.1",
"typedoc-vitepress-theme": "^1.1.3",
"typescript": "^6.0.3"
},
"scripts": {
"build:api-docs": "typedoc",
"test": "FORCE_COLOR=1 pnpm --parallel --no-sort test",
"test:ci": "c8 --reporter=lcov pnpm --parallel --no-sort --no-bail test:ci",
"typecheck": "pnpm --parallel typecheck",
"format": "biome format . --write",
"check": "biome check . --write"
}
}