We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e051d71 commit 4d910b5Copy full SHA for 4d910b5
1 file changed
package.json
@@ -70,11 +70,16 @@
70
"husky": "^9.0.11",
71
"imagetracerjs": "^1.2.6",
72
"lint-staged": "^15.2.7",
73
+ "mitata": "^1.0.26",
74
"npm-run-all2": "^7.0.0",
75
"oxlint": "^0.15.0",
76
"prettier": "^3.3.3",
77
"typescript": "^5.5.3"
78
},
79
+ "dependencies": {
80
+ "commander": "^13.0.0",
81
+ "picocolors": "^1.1.1"
82
+ },
83
"packageManager": "yarn@4.6.0",
84
"ava": {
85
"extensions": {
@@ -107,10 +112,5 @@
107
112
"*.toml": [
108
113
"taplo format"
109
114
]
110
- },
111
- "dependencies": {
- "commander": "^13.0.0",
- "mitata": "^1.0.26",
- "picocolors": "^1.1.1"
115
}
116
0 commit comments