You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.0 KiB
38 lines
1.0 KiB
{ |
|
"name": "@vue/babel-helper-vue-jsx-merge-props", |
|
"version": "1.2.1", |
|
"description": "Babel helper for Vue JSX spread", |
|
"main": "dist/helper.js", |
|
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-helper-vue-jsx-merge-props", |
|
"author": "Evan You", |
|
"license": "MIT", |
|
"private": false, |
|
"publishConfig": { |
|
"access": "public" |
|
}, |
|
"files": [], |
|
"scripts": { |
|
"build:testing": "rollup -c rollup.config.testing.js", |
|
"build": "rollup -c", |
|
"pretest": "yarn build:testing", |
|
"test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js", |
|
"prepublish": "yarn build" |
|
}, |
|
"devDependencies": { |
|
"@babel/core": "^7.2.0", |
|
"@babel/preset-env": "^7.2.0", |
|
"ava": "^0.25.0", |
|
"nyc": "^13.1.0", |
|
"rollup": "^0.67.4", |
|
"rollup-plugin-babel": "4.0.3", |
|
"rollup-plugin-babel-minify": "^6.2.0", |
|
"rollup-plugin-istanbul": "^2.0.1" |
|
}, |
|
"nyc": { |
|
"exclude": [ |
|
"dist", |
|
"test" |
|
] |
|
}, |
|
"gitHead": "ebe50c0f20b991fca6588cab93965629ffbcf64f" |
|
}
|
|
|