{
  "name": "gatsby-core-utils",
  "version": "4.16.0",
  "description": "A collection of gatsby utils used in different gatsby packages",
  "keywords": [
    "gatsby",
    "gatsby-core-utils"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*.mjs",
      "require": "./dist/*.js"
    },
    "./dist/*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*.mjs",
      "require": "./dist/*.js"
    }
  },
  "typesVersions": {
    "*": {
      "*": [
        "dist/*.d.ts",
        "dist/index.d.ts"
      ]
    }
  },
  "author": "Ward Peeters <ward@coding-tech.com>",
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-core-utils#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby.git",
    "directory": "packages/gatsby-core-utils"
  },
  "scripts": {
    "prebuild": "npm-run-all --npm-path npm clean",
    "build": "npm-run-all --npm-path npm -s build:*",
    "build:cjs": "babel src --out-dir dist/ --ignore \"**/__tests__\" --ignore \"**/__mocks__\" --extensions \".ts\"",
    "build:mjs": "cross-env BABEL_ENV=modern babel src --out-dir dist/ --ignore \"**/__tests__\" --ignore \"**/__mocks__\" --extensions \".ts\" --out-file-extension .mjs",
    "typegen": "tsc --emitDeclarationOnly --declaration --declarationDir dist/",
    "prepare": "cross-env NODE_ENV=production npm-run-all --npm-path npm -s build typegen",
    "watch": "npm-run-all --npm-path npm -p watch:*",
    "watch:cjs": "babel -w src --out-dir dist/ --ignore \"**/__tests__\" --ignore \"**/__mocks__\" --extensions \".ts\"",
    "watch:mjs": "cross-env BABEL_ENV=modern babel -w src --out-dir dist/ --ignore \"**/__tests__\" --ignore \"**/__mocks__\" --extensions \".ts\" --out-file-extension .mjs",
    "clean": "del-cli dist/*"
  },
  "bugs": {
    "url": "https://github.com/gatsbyjs/gatsby/issues"
  },
  "files": [
    "dist/"
  ],
  "dependencies": {
    "@babel/runtime": "^7.20.13",
    "ci-info": "2.0.0",
    "configstore": "^5.0.1",
    "fastq": "^1.15.0",
    "file-type": "^16.5.4",
    "fs-extra": "^11.2.0",
    "got": "^11.8.6",
    "hash-wasm": "^4.11.0",
    "import-from": "^4.0.0",
    "lmdb": "2.5.3",
    "lock": "^1.1.0",
    "node-object-hash": "^2.3.10",
    "proper-lockfile": "^4.1.2",
    "resolve-from": "^5.0.0",
    "tmp": "^0.2.1",
    "xdg-basedir": "^4.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.20.12",
    "@types/ci-info": "2.0.0",
    "babel-preset-gatsby-package": "^3.16.0",
    "cross-env": "^7.0.3",
    "del-cli": "^5.0.0",
    "is-uuid": "^1.0.2",
    "msw": "^1.2.2",
    "npm-run-all": "^4.1.5",
    "typescript": "^5.1.6"
  },
  "engines": {
    "node": ">=18.0.0 <26"
  },
  "gitHead": "92d6c67dcf10b641adf5fcc81ebeec5f50b75e40"
}
