{
  "name": "estoolbox",
  "description": "A collection of tools intended to augment the development of ES2015 targeted applications.",
  "version": "0.5.0",
  "main": "./src/js/main.js",
  "scripts": {
    "test": "npm run test:eslint && npm run test:stylelint && npm run test:jest",
    "test:eslint": "eslint --config .eslintrc.yml ./src/**/*.js",
    "test:stylelint": "stylelint ./src/**/*.scss",
    "test:jest": "jest --coverage --collectCoverageFrom=src/**/*.{js,jsx}"
  },
  "contributors": [
    "Daniel Tedman (https://danieltedman.com)"
  ],
  "license": "MIT",
  "repository": "https://github.com/dbtedman/estoolbox",
  "babel": {
    "presets": [
      "es2015"
    ]
  },
  "jest": {
    "transform": {
      ".*": "<rootDir>/node_modules/babel-jest"
    }
  },
  "devDependencies": {
    "@babel/core": "7.1.2",
    "@types/jest": "23.3.5",
    "babel-jest": "23.6.0",
    "babel-polyfill": "6.26.0",
    "babel-preset-es2015": "6.24.1",
    "eslint": "5.7.0",
    "jest": "23.6.0",
    "stylelint": "9.6.0",
    "stylelint-config-sass-guidelines": "5.2.0",
    "stylelint-config-standard": "18.2.0"
  },
  "dependencies": {
    "path-to-regexp": "2.4.0"
  }
}
