mirror of
https://github.com/oxc-project/oxc.git
synced 2026-09-14 19:36:11 +08:00
1a752eab42
Move `loadViteConfigField()` from Oxfmt to shared.
20 lines
445 B
JSON
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:"
|
|
}
|
|
}
|