{
  "name": "edit-flow",
  "version": "2.0.0",
  "description": "Edit Flow",
  "main": "dist/index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "build": "webpack --mode production --verbose",
    "dev": "webpack --watch",
    "wp-env": "wp-env",
    "lint-js": "eslint --quiet -f json blocks common modules | eslines --quiet",
    "test": "echo \"Error: no test specified\" && exit 1",
    "test-jest": "jest -c jest.config.js",
    "test-e2e": "wp-scripts test-e2e --config tests/e2e/jest.config.js",
    "test-e2e:watch": "npm run test-e2e -- --watch"
  },
  "wp-env": {
    "plugin-dir": "Edit-Flow",
    "plugin-name": "Edit Flow",
    "docker-template": "./bin/docker-compose.override.yml.template",
    "welcome-logo": [
      " _______  ______   ___   _______    _______  ___      _______  _     _  ",
      "|       ||      | |   | |       |  |       ||   |    |       || | _ | |",
      "|    ___||  _    ||   | |_     _|  |    ___||   |    |   _   || || || |",
      "|   |___ | | |   ||   |   |   |    |   |___ |   |    |  | |  ||       |",
      "|    ___|| |_|   ||   |   |   |    |    ___||   |___ |  |_|  ||       |",
      "|   |___ |       ||   |   |   |    |   |    |       ||       ||   _   |",
      "|_______||______| |___|   |___|    |___|    |_______||_______||__| |__|"
    ],
    "welcome-build-command": "npm run dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Automattic/Edit-Flow.git"
  },
  "author": "Automattic",
  "license": "GPL-2.0-or-later",
  "bugs": {
    "url": "https://github.com/Automattic/Edit-Flow/issues"
  },
  "homepage": "https://github.com/Automattic/Edit-Flow#readme",
  "devDependencies": {
    "@babel/core": "^7.14.3",
    "@babel/preset-env": "^7.14.4",
    "@testing-library/jest-dom": "^5.12.0",
    "@testing-library/react": "^10.4.9",
    "@testing-library/user-event": "^10.4.1",
    "@wordpress/components": "^9.9.0",
    "@wordpress/e2e-test-utils": "^4.16.1",
    "@wordpress/element": "^2.20.3",
    "@wordpress/env": "^4.0.5",
    "@wordpress/i18n": "^3.20.0",
    "@wordpress/jest-console": "^3.10.0",
    "@wordpress/jest-preset-default": "^6.6.0",
    "@wordpress/jest-puppeteer-axe": "^1.10.0",
    "@wordpress/prettier-config": "^0.2.0",
    "@wordpress/scripts": "^7.2.0",
    "@wordpress/url": "^2.22.2",
    "babel-eslint": "10.0.3",
    "babel-jest": "^25.5.1",
    "babel-loader": "^8.2.2",
    "babel-plugin-add-module-exports": "^1.0.4",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.7.0",
    "css-loader": "^2.1.1",
    "eslines": "1.1.0",
    "eslint": "5.16.0",
    "eslint-config-wpvip": "github:automattic/eslint-config-wpvip#00fb352",
    "eslint-plugin-flowtype": "4.5.2",
    "eslint-plugin-import": "2.19.1",
    "eslint-plugin-jest": "23.1.1",
    "eslint-plugin-json": "2.0.1",
    "eslint-plugin-jsx-a11y": "6.2.3",
    "eslint-plugin-no-async-foreach": "0.1.1",
    "eslint-plugin-react": "7.17.0",
    "eslint-plugin-wpcalypso": "4.1.0",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "lodash": "^4.17.21",
    "moment": "^2.29.1",
    "node-sass": "^4.14.1",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "sass-loader": "^7.3.1",
    "webpack": "^4.46.0",
    "webpack-cli": "^3.3.12"
  },
  "dependencies": {
    "@babel/plugin-transform-react-jsx": "^7.14.3",
    "@wordpress/babel-plugin-import-jsx-pragma": "^2.7.0",
    "@wordpress/data": "^4.27.3",
    "classnames": "^2.3.1",
    "downshift": "^5.4.7",
    "install": "^0.13.0",
    "match-sorter": "^4.2.1",
    "npm": "^6.14.13",
    "prop-types": "^15.7.2"
  },
  "eslintConfig": {
    "extends": "wpvip"
  }
}
