{
  "name": "webpack-config-single-spa-react-ts",
  "version": "2.0.0",
  "description": "Shareable webpack config for single-spa react projects that use typescript",
  "keywords": [
    "single-spa",
    "microfrontends",
    "webpack",
    "react",
    "typescript"
  ],
  "author": "Joel Denning <joeldenning@gmail.com>",
  "homepage": "https://github.com/single-spa/create-single-spa/tree/master/packages/webpack-config-single-spa-react-ts",
  "license": "MIT",
  "main": "lib/webpack-config-single-spa-react-ts.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/single-spa/create-single-spa.git"
  },
  "scripts": {
    "test": "echo 'No tests yet'"
  },
  "bugs": {
    "url": "https://github.com/single-spa/create-single-spa/issues"
  },
  "dependencies": {
    "webpack-config-single-spa-react": "^2.0.0",
    "webpack-config-single-spa-ts": "^2.0.0"
  }
}
