{
  "name": "fetchye-core",
  "version": "1.9.0",
  "description": "Core components of the Fetchye library",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "lib",
    "es"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/americanexpress/fetchye.git",
    "directory": "packages/fetchye-core"
  },
  "scripts": {
    "clean": "rimraf lib && rimraf es",
    "prebuild": "yarn clean",
    "build:cjs": "cross-env BABEL_ENV=commonjs babel --extensions .js,.jsx ./src --out-dir lib",
    "build:esm": "babel --extensions .js,.jsx ./src --out-dir es",
    "build": "yarn build:cjs && yarn build:esm"
  },
  "keywords": [
    "fetchye-core",
    "fetchye"
  ],
  "contributors": [
    "James Singleton <James.Singleton1@aexp.com> https://github.com/JamesSingleton)",
    "Jamie King  <Jamie.King@aexp.com> (https://github.com/10xLaCroixDrinker)",
    "Jonathan Adshead <Jonathan.Adshead@aexp.com> (https://github.com/JAdshead)",
    "Michael Tobia <Michael.M.Tobia@aexp.com> (https://github.com/Francois-Esquire)",
    "Nelly Kiboi <Nelly.J.Kiboi@aexp.com> (https://github.com/nellyk)",
    "Ruben Casas <ruben.casas@aexp.com> (https://github.com/infoxicator)"
  ],
  "dependencies": {
    "create-shared-react-context": "^1.0.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@testing-library/react-hooks": "^3.4.2",
    "babel-preset-amex": "^3.4.1",
    "cross-env": "^7.0.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-test-renderer": "^16.14.0",
    "rimraf": "^3.0.2"
  },
  "peerDependencies": {
    "react": ">=16.14.0",
    "react-dom": ">=16.14.0"
  },
  "gitHead": "0ffd9b8b3b4d0a927d31edc015c894ef3418bda5"
}
