{
  "name": "doodle-bits",
  "version": "1.0.1",
  "description": "",
  "main": "dist/doodle-bits.js,",
  "scripts": {
    "build": "webpack --mode production",
    "format": "prettier-standard 'src/**/*.js'",
    "precommit": "lint-staged",
    "start": "webpack-dev-server --mode development --open --hot",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maecapozzi/doodle-bits.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/maecapozzi/doodle-bits/issues"
  },
  "homepage": "https://github.com/maecapozzi/doodle-bits#readme",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
    "babel-plugin-styled-components": "^1.5.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^0.14.3",
    "jest": "^23.1.0",
    "lint-staged": "^7.2.0",
    "prettier-standard": "^8.0.1",
    "webpack-dev-server": "^3.1.4",
    "babel-runtime": "^6.26.0"
  },
  "dependencies": {
    "prop-types": "^15.6.1",
    "react": "^16.4.1",
    "react-dom": "^16.4.1",
    "styled-components": "^3.3.2",
    "webpack": "^4.12.0",
    "webpack-cli": "^3.0.8"
  },
  "lint-staged": {
    "*.js": [
      "prettier-standard",
      "git add"
    ]
  },
  "jest": {
    "moduleFileExtensions": [
      "js"
    ],
    "moduleDirectories": [
      "node_modules"
    ],
    "moduleNameMapper": {
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
      "\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js"
    }
  }
}
