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