Nuxt/examples/custom-build/package.json

11 lines
136 B
JSON
Raw Normal View History

{
"name": "custom-build",
"description": "",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"start": "nuxt"
}
}