{
  "name": "example",
  "version": "1.0.0",
  "description": "",
  "main": "webpack.prod.config.js",
  "scripts": {
    "test": "../bin/fedx-scripts.js jest ./src",
    "build": "../bin/fedx-scripts.js webpack",
    "lint": "../bin/fedx-scripts.js eslint . --ext .jsx,.js",
    "babel": "../bin/fedx-scripts.js babel src --out-dir dist/babel --source-maps --ignore **/*.test.jsx,**/*.test.js --copy-files",
    "start": "../bin/fedx-scripts.js webpack-dev-server"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "react": "^16.14.0",
    "react-dom": "^16.14.0"
  },
  "devDependencies": {
    "react-test-renderer": "16.13.1"
  }
}
