Nuxt/test/fixtures/basic/package.json
Daniel Roe 74a90c566c
chore: use pnpm for framework monorepo (#7895)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-10-17 12:10:05 +02:00

11 lines
147 B
JSON

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