mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
16 lines
327 B
JSON
16 lines
327 B
JSON
{
|
|
"name": "@vitejs/test-dynamic-import",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"debug": "node --inspect-brk ../../packages/vite/bin/vite",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/test-pkg": "file:./pkg"
|
|
}
|
|
}
|