docs: add npx2yarn component (#14512)

* initial

* initial

* update tests

* remove unused import

* allow passing with no tests

* vale fixes
This commit is contained in:
Shahed Nasser
2026-01-12 13:42:30 +02:00
committed by GitHub
parent 5f90cd0650
commit 43951ce60e
16 changed files with 330 additions and 10 deletions
+5 -2
View File
@@ -25,7 +25,8 @@
"scripts": {
"build": "yarn clean && tsc",
"clean": "rimraf dist",
"watch": "tsc --watch"
"watch": "tsc --watch",
"test": "vitest --passWithNoTests"
},
"dependencies": {
"@mdx-js/mdx": "^3.1.0",
@@ -44,7 +45,9 @@
"rimraf": "^5.0.5",
"tsconfig": "*",
"types": "*",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=18.17.0"