2018-10-02 01:15:07 +08:00
|
|
|
{
|
2018-10-27 03:44:50 +08:00
|
|
|
"name": "@vue/runtime-test",
|
2020-07-01 00:08:43 +08:00
|
|
|
"version": "3.0.0-beta.17",
|
2018-10-27 03:44:50 +08:00
|
|
|
"description": "@vue/runtime-test",
|
2019-12-11 11:14:02 +08:00
|
|
|
"private": true,
|
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",
|
2019-12-20 01:04:07 +08:00
|
|
|
"types": "dist/runtime-test.d.ts",
|
2019-09-04 00:16:22 +08:00
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"dist"
|
|
|
|
],
|
2018-10-02 01:15:07 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-03-01 11:04:42 +08:00
|
|
|
"url": "git+https://github.com/vuejs/vue-next.git"
|
2018-10-02 01:15:07 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"author": "Evan You",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2020-03-01 11:04:42 +08:00
|
|
|
"url": "https://github.com/vuejs/vue-next/issues"
|
2018-10-02 01:15:07 +08:00
|
|
|
},
|
2020-03-01 11:04:42 +08:00
|
|
|
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-test#readme",
|
2018-10-02 01:15:07 +08:00
|
|
|
"dependencies": {
|
2020-07-01 00:08:43 +08:00
|
|
|
"@vue/shared": "3.0.0-beta.17",
|
|
|
|
"@vue/runtime-core": "3.0.0-beta.17"
|
2018-10-02 01:15:07 +08:00
|
|
|
}
|
|
|
|
}
|