mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
6b95eff81d
[skip ci]
18 lines
296 B
JSON
18 lines
296 B
JSON
{
|
|
"name": "@nuxt/common",
|
|
"version": "2.3.4",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/common.js",
|
|
"dependencies": {
|
|
"consola": "^2.3.0",
|
|
"serialize-javascript": "^1.5.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|