babel-plugin-import-bk-magic-vue
Version:
babel-plugin-import-bk-magic-vue
42 lines (41 loc) • 1.33 kB
JSON
{
"name": "babel-plugin-import-bk-magic-vue",
"version": "2.1.11",
"description": "babel-plugin-import-bk-magic-vue",
"main": "lib/index.js",
"scripts": {
"compile": "rimraf lib && ./node_modules/.bin/babel src -d lib --source-maps inline --copy-files --no-comments",
"test": "npm run compile && ./node_modules/.bin/_mocha --require @babel/register",
"coverage": "npm run compile && ./node_modules/.bin/babel-node ./node_modules/.bin/babel-istanbul cover _mocha 'test/**/*.spec.@(js|es|es6)'",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"watch": "./node_modules/.bin/babel -w src -d lib --no-comments --verbose",
"local-test": "babel-node local-test.js",
"prepublishOnly": "npm run compile"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"blueking",
"babel-plugin",
"bk-magic-vue",
"bk-magic"
],
"author": "bkfe",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/node": "^7.2.2",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"@babel/register": "^7.0.0",
"babel-core": "~7.0.0-bridge.0",
"babel-istanbul": "^0.12.2",
"chai": "^4.2.0",
"chalk": "^2.4.2",
"mocha": "^6.0.2",
"rimraf": "^2.6.3"
}
}