{
  "name": "systemjs-babel",
  "version": "0.3.2",
  "type": "script",
  "main": "dist/systemjs-babel.js",
  "files": [
    "dist/systemjs-babel.js"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/systemjs/systemjs-babel.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/systemjs/systemjs-babel/issues"
  },
  "homepage": "https://github.com/systemjs/systemjs-babel",
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/plugin-proposal-dynamic-import": "^7.12.1",
    "@babel/plugin-proposal-export-default-from": "^7.12.1",
    "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
    "@babel/plugin-proposal-numeric-separator": "^7.12.5",
    "@babel/plugin-syntax-class-properties": "^7.12.1",
    "@babel/plugin-transform-modules-systemjs": "^7.12.1",
    "@babel/plugin-transform-react-jsx": "^7.12.5",
    "@babel/plugin-transform-typescript": "^7.12.1",
    "webpack": "^4.17.1",
    "webpack-cli": "^3.1.0"
  },
  "scripts": {
    "build": "webpack"
  }
}
