{
  "name": "bootstrap-mfe-app",
  "version": "1.0.17",
  "description": "A CLI for creating micro frontends with React",
  "keywords": [
    "microfrontends",
    "cra",
    "react",
    "module federation",
    "create-react-app"
  ],
  "homepage": "https://github.com/devgateway/create-mfe-app",
  "repository": {
    "type": "git",
    "url": "https://github.com/devgateway/create-mfe-app.git"
  },
  "bugs": {
    "url": "https://github.com/devgateway/create-mfe-app/issues"
  },
  "scripts": {
    "dev": "ts-node ./index.ts",
    "build": "gulp copy-templates && gulp build && gulp build-app",
    "start": "node ./dist/index.js",
    "publish:package": "npm version patch && npm run build && npm publish --access public"
  },
  "bin": {
    "bootstrap-mfe-app": "./dist/index.js"
  },
  "author": "Timothy Mugo<tmugo@developmentgateway.org>",
  "license": "GPL-3.0 license",
  "dependencies": {
    "@types/cross-spawn": "^6.0.2",
    "@types/mem-fs": "^1.1.2",
    "@types/node": "^16.18.39",
    "@types/prompts": "^2.4.4",
    "@types/validate-npm-package-name": "^4.0.0",
    "chalk": "4.1.2",
    "commander": "^11.0.0",
    "conf": "^10.2.0",
    "cpy": "^8.1.2",
    "cross-spawn": "^7.0.3",
    "mem-fs": "^2.3.0",
    "mem-fs-editor": "^9.7.0",
    "prompts": "^2.4.2",
    "typescript": "^5.1.6",
    "validate-npm-package-name": "^5.0.0"
  },
  "devDependencies": {
    "@types/gulp": "^4.0.13",
    "@types/gulp-sourcemaps": "^0.0.36",
    "@types/mem-fs-editor": "^7.0.3",
    "@typescript-eslint/eslint-plugin": "^6.2.0",
    "@typescript-eslint/parser": "^6.2.0",
    "@vercel/ncc": "^0.36.1",
    "eslint": "^8.48.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-standard": "^17.1.0",
    "gulp": "^4.0.2",
    "gulp-sourcemaps": "^3.0.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "nodemon": "^3.0.1",
    "ts-node": "^10.9.1"
  },
  "engines": {
    "node": ">=16.8.0"
  }
}
