37 lines
764 B
JSON
Raw Normal View History

2018-09-19 11:35:38 -04:00
{
"name": "@vue/reactivity",
2020-01-27 16:20:00 -05:00
"version": "3.0.0-alpha.4",
"description": "@vue/reactivity",
2018-09-19 11:35:38 -04:00
"main": "index.js",
"module": "dist/reactivity.esm-bundler.js",
2019-12-19 12:04:07 -05:00
"types": "dist/reactivity.d.ts",
"unpkg": "dist/reactivity.global.js",
"files": [
"index.js",
"dist"
],
2018-09-20 00:02:48 -04:00
"sideEffects": false,
2018-09-19 11:35:38 -04:00
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue.git"
},
"buildOptions": {
"name": "VueReactivity",
2019-12-10 21:29:52 -05:00
"formats": [
2019-12-10 22:14:02 -05:00
"esm-bundler",
2019-12-10 21:29:52 -05:00
"cjs",
"global",
2019-12-10 22:14:02 -05:00
"esm"
2019-12-10 21:29:52 -05:00
]
2018-09-19 11:35:38 -04:00
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue/issues"
},
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/reactivity#readme"
2018-09-19 11:35:38 -04:00
}