Files
oxc-project__oxc/apps/shared/package.json
leaysgur 1a752eab42 refactor(oxfmt): Use shared/loadViteConfigField (#22455)
Move `loadViteConfigField()` from Oxfmt to shared.
2026-05-20 08:21:38 +00:00

20 lines
445 B
JSON

{
"name": "@oxapps/shared",
"version": "0.0.0",
"private": true,
"description": "Internal shared JS utilities for oxapps. Source and tests live here; bundling is handled on the app side.",
"license": "MIT",
"type": "module",
"exports": {
".": "./src-js/index.ts"
},
"scripts": {
"test": "vitest run"
},
"devDependencies": {
"@types/node": "catalog:",
"vite-plus": "catalog:",
"vitest": "catalog:"
}
}