{
  "name": "open-finder-dialog",
  "description": "Open a finder dialog window (finder prompt) programmatically. Only works on MacOS.",
  "version": "1.0.1",
  "license": "MIT",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "homepage": "https://github.com/jonschlinkert/open-finder-dialog",
  "repository": "jonschlinkert/open-finder-dialog",
  "bugs": {
    "url": "https://github.com/jonschlinkert/open-finder-dialog/issues"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "eslint": "npx eslint --ext .ts .",
    "test": "ts-mocha -r esbuild-register 'test/*.test.ts' --exit",
    "tsup": "npm run clean && npx tsup"
  },
  "dependencies": {
    "detect-terminal": "^1.1.2"
  },
  "devDependencies": {
    "@types/node": "^22.7.4",
    "@typescript-eslint/eslint-plugin": "^8.7.0",
    "@typescript-eslint/parser": "^8.7.0",
    "esbuild-register": "^3.5.0",
    "eslint": "^8.57.0",
    "gulp-format-md": "^2.0.0",
    "prettier": "^3.5.3",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "tsup": "^8.3.0",
    "typescript": "^5.5.3"
  },
  "keywords": [
    "desktop",
    "dialog",
    "electron",
    "file chooser",
    "file dialog",
    "file manager",
    "file picker",
    "file selection dialog",
    "file selection",
    "file system",
    "file-browser",
    "file-chooser",
    "file-dialog",
    "file-picker",
    "file-selector",
    "file-system",
    "files",
    "finder",
    "gui",
    "manager",
    "native-dialog",
    "open-file",
    "open",
    "prompt",
    "select",
    "terminal"
  ],
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "reflinks": [
      "detect-terminal"
    ],
    "related": [
      "detect-terminal",
      "open-file-manager",
      "open-file-manager-dialog",
      "open-linux-file-dialog",
      "open-windows-file-dialog"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
