Nuxt/packages/config/package.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"
}
}