{
  "name": "@reactioncommerce/api-utils",
  "description": "Utility functions for the Reaction API",
  "version": "1.17.1",
  "main": "index.js",
  "type": "module",
  "engines": {
    "node": ">=14.18.1"
  },
  "homepage": "https://github.com/reactioncommerce/reaction",
  "url": "https://github.com/reactioncommerce/reaction",
  "email": "engineering@reactioncommerce.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/reactioncommerce/reaction.git",
    "directory": "packages/api-utils"
  },
  "author": {
    "name": "Reaction Commerce",
    "email": "engineering@reactioncommerce.com",
    "url": "https://reactioncommerce.com"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/reactioncommerce/reaction/issues"
  },
  "exports": {
    "./": {
      "require": "./",
      "default": "./lib/"
    },
    "./graphql/": {
      "require": "./",
      "default": "./lib/graphql/"
    },
    "./tests/": {
      "require": "./",
      "default": "./lib/tests/"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "@jest/globals": "^26.6.2",
    "@reactioncommerce/logger": "^1.1.3",
    "@reactioncommerce/random": "^1.0.2",
    "@reactioncommerce/reaction-error": "^1.0.1",
    "accounting-js": "^1.1.1",
    "callsite": "^1.0.0",
    "envalid": "^6.0.2",
    "graphql-fields": "^2.0.3",
    "graphql-relay": "^0.9.0",
    "lodash": "^4.17.15",
    "ramda": "^0.28.0",
    "transliteration": "^2.1.9"
  },
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@babel/preset-env": "^7.9.6",
    "@reactioncommerce/babel-remove-es-create-require": "^1.0.0",
    "babel-plugin-rewire-exports": "^2.0.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babel-plugin-transform-import-meta": "^1.0.1",
    "graphql": "^15.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "lint:fix": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:file": "jest --no-cache --watch --coverage=false"
  }
}