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

11 lines
157 B
JSON

{
"private": true,
"name": "fixture-runtime-compiler",
"scripts": {
"build": "nuxi build"
},
"dependencies": {
"nuxt": "workspace:*"
}
}