Nuxt/packages/config/package.json
Pooya Parsa 6cbcd59d4e
feat(config): improved runtimeConfig (#7420)
* fix: ensure interpolate value is a string

* feat: allow native values from dotenv

* test: update test for regression on native value check
2020-05-27 12:38:39 +02:00

25 lines
450 B
JSON

{
"name": "@nuxt/config",
"version": "2.12.1",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"main": "dist/config.js",
"typings": "index.d.ts",
"files": [
"dist",
"index.d.ts"
],
"dependencies": {
"@nuxt/utils": "2.12.1",
"consola": "^2.12.1",
"defu": "^2.0.4",
"destr": "^0.1.7",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"std-env": "^2.2.1"
},
"publishConfig": {
"access": "public"
}
}