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

29 lines
680 B
JSON
Raw Normal View History

2018-10-02 01:15:07 +08:00
{
2018-10-27 03:44:50 +08:00
"name": "@vue/runtime-test",
2018-10-02 01:15:07 +08:00
"version": "3.0.0-alpha.1",
2018-10-27 03:44:50 +08:00
"description": "@vue/runtime-test",
2018-10-02 01:15:07 +08:00
"main": "index.js",
2018-10-27 03:44:50 +08:00
"module": "dist/runtime-test.esm-bundler.js",
2018-10-17 05:41:59 +08:00
"types": "dist/index.d.ts",
2018-10-02 01:15:07 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue.git"
},
2018-11-02 13:09:00 +08:00
"buildOptions": {
"name": "VueTestRuntime",
"formats": ["esm", "cjs", "global"]
},
2018-10-02 01:15:07 +08:00
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue/issues"
},
2018-10-27 03:44:50 +08:00
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-test#readme",
2018-10-02 01:15:07 +08:00
"dependencies": {
2018-10-27 03:44:50 +08:00
"@vue/runtime-core": "3.0.0-alpha.1"
2018-10-02 01:15:07 +08:00
}
}