mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
20 lines
369 B
JSON
20 lines
369 B
JSON
{
|
|
"name": "@nuxt/config",
|
|
"version": "2.3.2",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/config.js",
|
|
"dependencies": {
|
|
"@nuxt/common": "2.3.2",
|
|
"consola": "^2.3.0",
|
|
"std-env": "^2.2.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
|
}
|