vue3-yuanma/packages/compiler/package.json

21 lines
504 B
JSON
Raw Normal View History

2018-09-20 00:26:50 +08:00
{
2018-09-20 10:25:55 +08:00
"name": "@vue/compiler",
2018-09-20 00:26:50 +08:00
"version": "3.0.0-alpha.1",
2018-09-20 10:25:55 +08:00
"description": "@vue/compiler",
2018-09-20 00:26:50 +08:00
"main": "index.js",
2018-09-20 10:25:55 +08:00
"module": "dist/compiler.esm-bundler.js",
2018-09-20 00:26:50 +08:00
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue.git"
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue/issues"
},
2018-09-20 10:25:55 +08:00
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/compiler#readme"
}