-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.4 KB
/
package.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "tsdoc-test-reporter",
"version": "0.0.1",
"license": "MIT",
"author": {
"name": "Jesper Orb",
"email": "[email protected]"
},
"scripts": {
"prettier": "prettier . --write",
"docs": "typedoc",
"publish:docs": "node ./tools/scripts/publishDocs.mjs",
"build:dev": "node ./tools/scripts/buildDev.mjs"
},
"private": false,
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/config-nx-scopes": "^19.2.1",
"@jest/globals": "^29.7.0",
"@nx/devkit": "19.6.4",
"@nx/eslint": "19.6.4",
"@nx/eslint-plugin": "19.6.4",
"@nx/js": "19.6.4",
"@nx/vite": "19.6.4",
"@nx/workspace": "19.6.4",
"@swc/core": "1.5.7",
"@swc/jest": "^0.2.36",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitest/coverage-v8": "^1.5.0",
"babel-plugin-macros": "^3.1.0",
"chalk": "^5.3.0",
"eslint": "8.57.0",
"eslint-plugin-import": "^2.26.0",
"gh-pages": "^6.1.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"nx": "19.6.4",
"package-json": "^10.0.0",
"prettier": "^3.2.5",
"semver": "^7.6.0",
"ts-node": "10.9.1",
"tslib": "^2.6.2",
"typedoc": "^0.25.13",
"typescript": "5.5.4",
"verdaccio": "^5.30.3",
"vite": "5.2.9",
"vitest": "1.5.0"
},
"homepage": "https://tsdoc-test-reporter.github.io/reporter",
"nx": {
"includedScripts": []
}
}