babel-plugin-bulk-import
Version:
Babel plugin for bulk import from multiple files
46 lines (45 loc) • 1.09 kB
JSON
{
"name": "babel-plugin-bulk-import",
"version": "2.0.0",
"description": "Babel plugin for bulk import from multiple files",
"main": "./lib/index.js",
"scripts": {
"build": "babel -d ./lib ./src",
"prepublish": "babel -d ./lib ./src --minified",
"test": "npm run build && jest ./lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madshall/babel-plugin-bulk-import.git"
},
"keywords": [
"babel",
"plugin",
"import",
"folder",
"directory",
"bulk",
"wildcard"
],
"author": "Dmitry Ivanov",
"license": "MIT",
"bugs": {
"url": "https://github.com/madshall/babel-plugin-bulk-import/issues"
},
"homepage": "https://github.com/madshall/babel-plugin-bulk-import#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1",
"babel-traverse": "^6.25.0",
"debug": "^2.6.8",
"glob": "^7.1.2",
"jest": "^20.0.4"
},
"jest": {
"testMatch": [
"**/?(*.)(spec|test).js?(x)"
]
}
}