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

32 lines
717 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",
2022-04-12 16:07:43 +08:00
"version": "3.2.32",
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",
"files": [
"index.js",
"dist"
],
2018-10-02 01:15:07 +08:00
"repository": {
"type": "git",
2022-01-18 16:43:59 +08:00
"url": "git+https://github.com/vuejs/core.git",
2020-08-30 21:06:06 +08:00
"directory": "packages/runtime-test"
2018-10-02 01:15:07 +08:00
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
2022-01-18 16:43:59 +08:00
"url": "https://github.com/vuejs/core/issues"
2018-10-02 01:15:07 +08:00
},
2022-01-18 16:43:59 +08:00
"homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-test#readme",
2018-10-02 01:15:07 +08:00
"dependencies": {
2022-04-12 16:07:43 +08:00
"@vue/shared": "3.2.32",
"@vue/runtime-core": "3.2.32"
2018-10-02 01:15:07 +08:00
}
}