-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.19 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
{
"name": "react-render-measuremnt-tool-root",
"description": "A powerful tool for understanding how your React components render during tests.",
"private": true,
"version": "0.0.0",
"scripts": {
"build": "turbo build",
"test": "turbo test",
"lint": "biome lint",
"format": "biome format --write",
"check": "biome check",
"check:apply": "biome check --apply",
"release": "turbo release --concurrency=1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@microsoft/api-extractor": "^7.47.11",
"jsdom": "^25.0.1",
"lefthook": "^1.8.2",
"tsup": "^8.3.5",
"turbo": "^2.3.0",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^2.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/V3RON/react-render-measurement-tool.git"
},
"bugs": {
"url": "https://github.com/V3RON/react-render-measurement-tool/issues"
},
"homepage": "https://github.com/V3RON/react-render-measurement-tool#readme",
"author": "Szymon Chmal <[email protected]> (https://github.com/V3RON)",
"license": "MIT",
"packageManager": "[email protected]"
}