{
  "name": "appia",
  "version": "1.0.0",
  "description": "Appia library",
  "scripts": {
    "bootstrap": "lerna bootstrap --concurrency 1",
    "build:watch": "cross-env SKIP_PREFLIGHT_CHECK=true yarn build --watch",
    "build": "lerna exec --parallel -- rollup --config ../../rollup.config.js",
    "commit": "git-cz",
    "docs": "lerna exec -- \\\"../../node_modules/.bin/documentation\\\" readme -s=API src/",
    "format": "prettier --write \"packages/**/*.js\"",
    "lint": "eslint --cache .",
    "precommit": "lint-staged",
    "pretest": "npm run build",
    "publish": "lerna exec -- ../../scripts/publish.sh",
    "test:watch": "cross-env SKIP_PREFLIGHT_CHECK=true rescripts test --watch",
    "test": "cross-env SKIP_PREFLIGHT_CHECK=true rescripts test --env=jsdom --coverage --coverageReporters cobertura --coverageReporters=text-lcov"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.4",
    "@babel/parser": "^7.3.4",
    "@babel/plugin-external-helpers": "^7.2.0",
    "@babel/plugin-proposal-class-properties": "^7.3.4",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-syntax-object-rest-spread": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.0.0",
    "@babel/runtime": "^7.3.4",
    "@rescripts/cli": "^0.0.10",
    "@rescripts/rescript-env": "^0.0.5",
    "babel-loader": "^8.0.5",
    "commitizen": "^3.0.7",
    "coveralls": "^3.0.3",
    "cross-env": "^5.2.0",
    "documentation": "^9.3.0",
    "dotenv": "^6.2.0",
    "eslint": "^5.15.1",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.12.4",
    "git-cz": "^1.8.4",
    "husky": "^1.3.1",
    "lerna": "^3.13.1",
    "lint-staged": "^8.1.5",
    "prettier": "^1.16.4",
    "prop-types": "^15.7.2",
    "ramda": "^0.26.1",
    "react": "^16.8.4",
    "react-dom": "^16.8.4",
    "react-scripts": "^2.1.8",
    "react-testing-library": "^6.0.0",
    "rollup": "^1.6.0",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^9.2.1",
    "rollup-plugin-filesize": "^6.0.1",
    "rollup-plugin-includepaths": "^0.2.3",
    "rollup-plugin-json": "^3.1.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-resolve": "^4.0.1",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-progress": "^1.0.0",
    "rollup-plugin-replace": "^2.1.0"
  },
  "keywords": [
    "React",
    "JavaScript",
    "jest",
    "test"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "lint-staged": {
    "*.{js,jsx,json}": [
      "prettier --write",
      "git add"
    ]
  },
  "author": "André Gomes",
  "license": "MIT"
}
