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