{
  "name": "@pplancq/create-react-app",
  "version": "1.5.0",
  "license": "MIT",
  "description": "pplancq create-react-app",
  "author": "pplancq <paul.plancq@outlook.fr>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pplancq/dev-tools.git",
    "directory": "packages/create-react-app"
  },
  "bin": {
    "create-react-app": "index.js"
  },
  "bugs": {
    "url": "https://github.com/pplancq/dev-tools/issues"
  },
  "main": "index.js",
  "keywords": [
    "create",
    "react"
  ],
  "dependencies": {
    "chalk": "^5.4.1",
    "commander": "^14.0.0"
  },
  "engines": {
    "node": ">=20.12.2"
  },
  "volta": {
    "extends": "../../package.json"
  }
}
