mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
17 lines
279 B
JSON
Executable File
17 lines
279 B
JSON
Executable File
{
|
|
"name": "nuxt-with-ava",
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"test": "ava --serial --verbose"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.19.1",
|
|
"jsdom": "^11.0.0"
|
|
},
|
|
"dependencies": {
|
|
"nuxt": "latest"
|
|
}
|
|
}
|