1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-23 17:46:34 +00:00
Nuxt/examples/meta-info/package.json
2018-09-18 18:26:25 +02:00

12 lines
177 B
JSON

{
"name": "example-meta-info",
"dependencies": {
"nuxt-edge": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}