vue3-yuanma/packages/runtime-test/package.json
2020-01-02 18:25:17 -05:00

36 lines
749 B
JSON

{
"name": "@vue/runtime-test",
"version": "3.0.0-alpha.1",
"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.git"
},
"buildOptions": {
"name": "VueRuntimeTest",
"formats": [
"global"
]
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue/issues"
},
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-test#readme",
"dependencies": {
"@vue/runtime-core": "3.0.0-alpha.1"
}
}