{
  "name": "ohmysearch",
  "author": {
    "name": "datduyng",
    "email": "datnguyen5653@gmail.com"
  },
  "version": "0.0.1",
  "description": "Ohmysearch - customizable all in one search tool to boost developer productivity",
  "main": "dist/main/index.cjs",
  "scripts": {
    "dev": "node scripts/watch.mjs",
    "build": "node scripts/build.mjs && electron-builder --mac --win --publish never",
    "ship": "electron-builder --mac --win --publish always"
  },
  "build": {
    "files": [
      "dist/**/*",
      "package.json"
    ]
  },
  "keywords": [
    "Electron",
    "Spotlight",
    "cross-platform"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/datduyng/ohmysearch-desktop.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^17.0.38",
    "@types/react-dom": "^17.0.11",
    "@types/uuid": "^8.3.4",
    "@vitejs/plugin-react": "^1.1.4",
    "chalk": "^5.0.0",
    "cross-env": "^7.0.3",
    "electron": "^17.0.0",
    "electron-builder": "^22.14.13",
    "electron-updater": "^4.6.5",
    "tailwindcss": "^3.0.21",
    "typescript": "^4.5.5",
    "vite": "^2.7.13"
  },
  "dependencies": {
    "autoprefixer": "^10.4.2",
    "daisyui": "^1.25.4",
    "fuse.js": "^6.5.3",
    "idb": "^7.0.0",
    "loudness": "^0.4.1",
    "postcss": "^8.4.6",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "swr": "^1.2.1",
    "uuid": "^8.3.2",
    "zustand": "^3.6.9"
  },
  "env": {
    "//": "Used in build scripts",
    "HOST": "127.0.0.1",
    "PORT": 3344
  }
}
