jslib-plugin-babel
Version:
babel plugin for create-jslib
41 lines (40 loc) • 1.07 kB
JSON
{
"name": "jslib-plugin-babel",
"version": "2.4.1",
"description": "babel plugin for create-jslib",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/logan70/create-jslib.git",
"directory": "packages/jslib-plugin-babel"
},
"keywords": [
"jslib",
"babel",
"cli"
],
"author": "Logan Lee",
"license": "MIT",
"bugs": {
"url": "https://github.com/logan70/create-jslib/issues"
},
"homepage": "https://github.com/logan70/create-jslib/tree/master/packages/jslib-plugin-babel#readme",
"dependencies": {
"jslib-util": "^2.4.1",
"rollup-plugin-babel": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime": "^7.4.3",
"core-js": "^3.0.0"
},
"engines": {
"node": ">=8.9"
},
"gitHead": "245a0035a44e5f7ef1860363590850f0554eeafb"
}