vue3-yuanma/packages/runtime-test/package.json

37 lines
803 B
JSON
Raw Normal View History

2018-10-01 17:15:07 +00:00
{
2018-10-26 19:44:50 +00:00
"name": "@vue/runtime-test",
2020-03-16 22:56:44 +00:00
"version": "3.0.0-alpha.9",
2018-10-26 19:44:50 +00:00
"description": "@vue/runtime-test",
2019-12-11 03:14:02 +00:00
"private": true,
2018-10-01 17:15:07 +00:00
"main": "index.js",
2018-10-26 19:44:50 +00:00
"module": "dist/runtime-test.esm-bundler.js",
2019-12-19 17:04:07 +00:00
"types": "dist/runtime-test.d.ts",
"files": [
"index.js",
"dist"
],
2018-10-01 17:15:07 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-next.git"
2018-10-01 17:15:07 +00:00
},
2018-11-02 05:09:00 +00:00
"buildOptions": {
"name": "VueRuntimeTest",
2019-12-11 02:29:52 +00:00
"formats": [
"global"
]
2018-11-02 05:09:00 +00:00
},
2018-10-01 17:15:07 +00:00
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-next/issues"
2018-10-01 17:15:07 +00:00
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-test#readme",
2018-10-01 17:15:07 +00:00
"dependencies": {
2020-03-16 22:56:44 +00:00
"@vue/shared": "3.0.0-alpha.9",
"@vue/runtime-core": "3.0.0-alpha.9"
2018-10-01 17:15:07 +00:00
}
}