mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
21 lines
357 B
JSON
21 lines
357 B
JSON
{
|
|
"name": "@nuxt/config",
|
|
"version": "2.9.2",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist",
|
|
"index.d.ts"
|
|
],
|
|
"main": "dist/config.js",
|
|
"typings": "index.d.ts",
|
|
"dependencies": {
|
|
"@nuxt/utils": "2.9.2",
|
|
"consola": "^2.10.1",
|
|
"std-env": "^2.2.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|