{
  "name": "monoreact",
  "version": "0.35.0",
  "description": "React workspaces implementation",
  "license": "MIT",
  "main": "./dist/bundle.cjs",
  "bin": {
    "monoreact": "./dist/bundle.cjs"
  },
  "author": {
    "email": "tarsis.maksym@gmail.com",
    "name": "Max Tarsis",
    "url": "https://github.com/tarsinzer"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tarsinzer/monoreact.git"
  },
  "files": [
    "index.d.ts",
    "templates/**/*"
  ],
  "homepage": "https://github.com/tarsinzer/monoreact#readme",
  "bugs": "https://github.com/tarsinzer/monoreact/issues",
  "scripts": {
    "start": "yarn build -w",
    "build": "rollup -c rollup.config.js",
    "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
    "test": "jest",
    "prepublishOnly": "yarn build && yarn test"
  },
  "dependencies": {
    "@ampproject/rollup-plugin-closure-compiler": "0.27.0",
    "@babel/cli": "7.17.10",
    "@babel/core": "7.18.2",
    "@babel/plugin-proposal-class-properties": "7.17.12",
    "@babel/plugin-transform-runtime": "7.18.2",
    "@babel/preset-env": "7.18.2",
    "@babel/preset-react": "7.17.12",
    "@babel/runtime": "7.18.3",
    "@rollup/plugin-babel": "5.3.1",
    "@rollup/plugin-beep": "0.2.0",
    "@rollup/plugin-commonjs": "21.1.0",
    "@rollup/plugin-image": "2.1.1",
    "@rollup/plugin-json": "4.1.0",
    "@rollup/plugin-node-resolve": "13.3.0",
    "@rollup/plugin-url": "7.0.0",
    "@typescript-eslint/eslint-plugin": "5.27.0",
    "@typescript-eslint/parser": "5.27.0",
    "autoprefixer": "10.4.7",
    "babel-jest": "27.5.1",
    "colorette": "2.0.17",
    "cssnano": "5.1.11",
    "enquirer": "2.3.6",
    "eslint": "8.17.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-config-react-app": "6.0.0",
    "eslint-import-resolver-typescript": "2.7.1",
    "eslint-plugin-compat": "4.0.2",
    "eslint-plugin-flowtype": "8.0.3",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-jsx-a11y": "6.5.1",
    "eslint-plugin-prettier": "4.0.0",
    "eslint-plugin-react": "7.30.0",
    "eslint-plugin-react-hooks": "4.5.0",
    "execa": "5.1.1",
    "fs-extra": "10.1.0",
    "identity-obj-proxy": "3.0.0",
    "jest": "27.5.1",
    "node-sass": "7.0.1",
    "ora": "5.4.1",
    "postcss": "8.4.14",
    "postcss-nested": "5.0.6",
    "postcss-simple-vars": "6.0.3",
    "ramda": "0.28.0",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "rollup": "2.75.5",
    "rollup-plugin-analyzer": "4.0.0",
    "rollup-plugin-eslint": "7.0.0",
    "rollup-plugin-filesize": "9.1.2",
    "rollup-plugin-postcss": "4.0.2",
    "rollup-plugin-progress": "1.1.2",
    "rollup-plugin-size-snapshot": "0.12.0",
    "rollup-plugin-strip-code": "0.2.7",
    "rollup-plugin-typescript2": "0.32.0",
    "rollup-plugin-visualizer": "5.6.0",
    "sade": "1.8.1",
    "shelljs": "0.8.5",
    "ts-jest": "27.1.5",
    "tslib": "2.4.0",
    "typescript": "4.7.3"
  },
  "devDependencies": {
    "@types/eslint": "8.4.2",
    "@types/fs-extra": "9.0.13",
    "@types/jest": "27.5.2",
    "@types/node": "16.11.38",
    "@types/ramda": "0.28.12",
    "@types/react": "17.0.45",
    "@types/sade": "1.7.4",
    "@types/shelljs": "0.8.11",
    "esbuild": "0.14.42",
    "rollup-plugin-esbuild": "4.9.1",
    "rollup-plugin-node-builtins": "2.1.2",
    "rollup-plugin-node-globals": "1.4.0",
    "rollup-plugin-preserve-shebangs": "0.2.0",
    "yarn": "1.22.18"
  },
  "publishConfig": {
    "access": "public"
  },
  "workspace": true,
  "keywords": [
    "cli",
    "microfrontend",
    "workspaces",
    "submodules",
    "monorepo",
    "react",
    "typescript",
    "rollup"
  ]
}
