{
  "name": "patrick-mades-dev-tools",
  "version": "1.1.2",
  "description": "A collection of development tools and utilities Made by Patrick Made for Patrick Made (but feel free to use it for your own projects)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "pmdt": "dist/bin/pmdt.js",
    "pmdt-setup-react": "dist/bin/setup-react-env.js"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.{ts,tsx}\"",
    "lint:fix": "eslint \"src/**/*.{ts,tsx}\" --fix",
    "build": "tsc && node scripts/post-build.js",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react",
    "react-native",
    "typescript",
    "eslint",
    "prettier",
    "development",
    "tools",
    "utilities",
    "AI",
    "prompts",
    "development-tools",
    "development-utilities",
    "development-AI",
    "development-prompts",
    "cli",
    "command-line"
  ],
  "author": "Patryk Madaj",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PatrickMade/devtools.git"
  },
  "homepage": "https://github.com/PatrickMade/devtools#readme",
  "bugs": {
    "url": "https://github.com/PatrickMade/devtools/issues"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "inquirer": "^8.2.5"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "dist/",
    "README.md"
  ],
  "devDependencies": {
    "@types/inquirer": "^8.2.10",
    "@types/node": "^20.17.24",
    "@typescript-eslint/eslint-plugin": "^8.27.0",
    "@typescript-eslint/parser": "^8.27.0",
    "eslint": "^9.22.0",
    "eslint-config-prettier": "^10.1.1",
    "eslint-plugin-react": "^7.37.4",
    "eslint-plugin-react-hooks": "^5.2.0",
    "prettier": "^3.5.3",
    "typescript": "^5.3.3"
  }
}
