babel-plugin-wildcard
Version:
`import` now works with directories
35 lines (34 loc) • 866 B
JSON
{
"name": "babel-plugin-wildcard",
"version": "7.0.0",
"description": "`import` now works with directories",
"main": "lib/index.js",
"scripts": {
"build": "babel -d ./lib ./src",
"prepublish": "babel -d ./lib ./src --minified",
"test": "node test"
},
"bin": {
"bpwc": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vihanb/babel-plugin-wildcard.git"
},
"author": "Vihan B <vihan@vihan.org> (vihan.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vihanb/babel-plugin-wildcard/issues"
},
"homepage": "https://github.com/vihanb/babel-plugin-wildcard#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"chalk": "^1.1.3",
"clear": "0.0.1",
"diff": "^3.0.1"
},
"dependencies": {
"rimraf": "^2.6.2"
}
}