-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.14 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.14 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
{
"name": "stax-xml-monorepo",
"version": "0.6.0",
"private": true,
"description": "Monorepo for stax-xml library, benchmarks, and documentation",
"author": "Clickin <josh87786@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Clickin/stax-xml.git"
},
"homepage": "https://github.com/Clickin/stax-xml",
"bugs": "https://github.com/Clickin/stax-xml/issues",
"scripts": {
"build": "pnpm -r --filter=stax-xml build",
"test": "pnpm --filter=stax-xml test",
"test:watch": "pnpm --filter=stax-xml test:watch",
"coverage": "pnpm --filter=stax-xml coverage",
"docs:dev": "pnpm --filter=stax-xml-docs dev",
"docs:build": "pnpm --filter=stax-xml-docs build",
"docs:preview": "pnpm --filter=stax-xml-docs preview",
"benchmark": "pnpm --filter=benchmark dev:bench:all"
},
"devDependencies": {
"@types/node": "^24.0.10",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"tsdown": "^0.15.5",
"tsx": "^4.20.5",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=20.19.0"
},
"packageManager": "pnpm@10.18.0"
}