Nuxt/test/fixtures/runtime-compiler/package.json

14 lines
223 B
JSON
Raw Normal View History

{
"private": true,
"name": "fixture-runtime-compiler",
"scripts": {
"build": "nuxi build"
},
"dependencies": {
"nuxt": "workspace:*"
},
"engines": {
"node": "^18.20.5 || ^20.9.0 || >=22.0.0"
}
}