{
  "name": "@bigcommerce/stencil-utils",
  "version": "6.8.1",
  "main": "src/main.js",
  "license": "BSD-4-Clause",
  "author": "Bigcommerce",
  "description": "Utility library used by BigCommerce Stencil Framework themes",
  "repository": {
    "type": "git",
    "url": "git://github.com/bigcommerce/stencil-utils.git"
  },
  "files": [
    "src/",
    "dist/"
  ],
  "scripts": {
    "build": "webpack --config webpack.conf.js",
    "test": "jest",
    "test-with-coverage": "jest --coverage --verbose",
    "lint": "eslint .",
    "lint--fix": "eslint . --fix",
    "prepublish": "npm run build"
  },
  "dependencies": {
    "eventemitter3": "^4.0.4",
    "whatwg-fetch": "^3.4.0"
  },
  "devDependencies": {
    "@babel/core": "^7.11.4",
    "@babel/plugin-transform-runtime": "^7.12.10",
    "@babel/preset-env": "^7.11.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^26.3.0",
    "babel-loader": "^8.1.0",
    "eslint": "^7.2.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-import": "^2.22.0",
    "jest": "^26.4.2",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12"
  },
  "engines": {
    "node": ">=10.0.0 <15.0.0"
  }

,"_resolved": "https://registry.npmjs.org/@bigcommerce/stencil-utils/-/stencil-utils-6.8.1.tgz"
,"_integrity": "sha512-17+6itcocte+ma69ul90BghNVi5bOqF0AQb+u9s4XRxC9HyFFJG5nB7kd7CtInk8reVj8R8IYPbrFtgRQxJ4wQ=="
,"_from": "@bigcommerce/stencil-utils@6.8.1"
}