mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
18 lines
326 B
JSON
Executable File
18 lines
326 B
JSON
Executable File
{
|
|
"name": "example-with-ava",
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"test": "ava --serial --verbose",
|
|
"post-update": "yarn upgrade --latest"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.19.1",
|
|
"jsdom": "^11.0.0"
|
|
},
|
|
"dependencies": {
|
|
"nuxt": "latest"
|
|
}
|
|
}
|