Nuxt/test/fixtures/runtime-compiler/package.json
2023-04-06 04:51:32 -07:00

11 lines
157 B
JSON

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