{
  "name": "gatsby-dev-cli",
  "description": "CLI helpers for contributors working on Gatsby",
  "version": "5.16.0",
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
  "bin": {
    "gatsby-dev": "./dist/index.js"
  },
  "bugs": {
    "url": "https://github.com/gatsbyjs/gatsby/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.20.13",
    "chokidar": "^3.6.0",
    "configstore": "^5.0.1",
    "del": "^6.1.1",
    "execa": "^5.1.1",
    "find-yarn-workspace-root": "^2.0.0",
    "fs-extra": "^11.2.0",
    "got": "^11.8.6",
    "is-absolute": "^1.0.0",
    "lodash": "^4.17.21",
    "signal-exit": "^3.0.7",
    "verdaccio": "^5.25.0",
    "yargs": "^15.4.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.20.12",
    "babel-preset-gatsby-package": "^3.16.0",
    "cross-env": "^7.0.3"
  },
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli#readme",
  "keywords": [
    "gatsby"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby.git",
    "directory": "packages/gatsby-dev-cli"
  },
  "scripts": {
    "build": "babel src --out-dir dist --ignore \"**/__tests__\"",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "babel -w src --out-dir dist --ignore \"**/__tests__\""
  },
  "engines": {
    "node": ">=18.0.0 <26"
  },
  "gitHead": "92d6c67dcf10b641adf5fcc81ebeec5f50b75e40"
}
