bcb2a9b4a6
This avoids it being inlined multiple times in esm bundler builds
37 lines
803 B
JSON
37 lines
803 B
JSON
{
|
|
"name": "@vue/runtime-test",
|
|
"version": "3.0.0-alpha.7",
|
|
"description": "@vue/runtime-test",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"module": "dist/runtime-test.esm-bundler.js",
|
|
"types": "dist/runtime-test.d.ts",
|
|
"files": [
|
|
"index.js",
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-next.git"
|
|
},
|
|
"buildOptions": {
|
|
"name": "VueRuntimeTest",
|
|
"formats": [
|
|
"global"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"vue"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vue-next/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-test#readme",
|
|
"dependencies": {
|
|
"@vue/shared": "3.0.0-alpha.7",
|
|
"@vue/runtime-core": "3.0.0-alpha.7"
|
|
}
|
|
}
|