{
  "name": "gatsby-core-utils",
  "version": "1.10.1",
  "description": "A collection of gatsby utils used in different gatsby packages",
  "keywords": [
    "gatsby",
    "gatsby-core-utils"
  ],
  "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",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby.git",
    "directory": "packages/gatsby-core-utils"
  },
  "scripts": {
    "build": "babel src --out-dir dist/ --ignore \"**/__tests__\" --ignore \"**/__mocks__\" --extensions \".ts\"",
    "typegen": "tsc --emitDeclarationOnly --declaration --declarationDir dist/",
    "prepare": "cross-env NODE_ENV=production npm run build && npm run typegen",
    "watch": "babel -w src --out-dir dist/ --ignore \"**/__tests__\" --extensions \".ts\""
  },
  "bugs": {
    "url": "https://github.com/gatsbyjs/gatsby/issues"
  },
  "files": [
    "dist/"
  ],
  "dependencies": {
    "ci-info": "2.0.0",
    "configstore": "^5.0.1",
    "fs-extra": "^8.1.0",
    "node-object-hash": "^2.0.0",
    "proper-lockfile": "^4.1.1",
    "tmp": "^0.2.1",
    "xdg-basedir": "^4.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@types/ci-info": "2.0.0",
    "babel-preset-gatsby-package": "^0.12.0",
    "cross-env": "^7.0.3",
    "typescript": "^3.9.7"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "gitHead": "6fa14e4ba75adff605443402a9a93417a687aeb4"
}
