{
    "name": "alfred-open-whatsapp",
    "version": "1.2.4",
    "description": "Alfred Workflow to search contacts and open WhatsApp",
    "keywords": [
        "alfred",
        "workflow",
        "whatsapp",
        "contacts",
        "search"
    ],
    "homepage": "https://github.com/Avivbens/alfred-open-whatsapp",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Avivbens/alfred-open-whatsapp.git"
    },
    "license": "MIT",
    "author": {
        "name": "Aviv Ben Shahar",
        "email": "avivbens87@gmail.com"
    },
    "maintainers": [
        {
            "name": "Aviv Ben Shahar",
            "email": "avivbens87@gmail.com"
        }
    ],
    "type": "module",
    "main": "dist/index.js",
    "scripts": {
        "prebuild": "rm -rf ./dist",
        "build": "tsc -p tsconfig.json",
        "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
        "postinstall": "alfy-init",
        "lint": "eslint \"{src,test}/**/*.ts\"",
        "lint:fix": "eslint \"{src,test}/**/*.ts\" --fix",
        "prepare": "husky || exit 0",
        "prepublish": "npm run build",
        "start:dev": "node dist/index.js --inspect",
        "test": "jest",
        "preuninstall": "alfy-cleanup"
    },
    "dependencies": {
        "alfy": "^1.1.0",
        "libphonenumber-js": "^1.11.2",
        "node-mac-contacts": "^1.7.2"
    },
    "devDependencies": {
        "@commitlint/cli": "^18.6.1",
        "@commitlint/config-conventional": "^18.6.3",
        "@semantic-release/changelog": "^6.0.3",
        "@semantic-release/commit-analyzer": "^12.0.0",
        "@semantic-release/git": "^10.0.1",
        "@semantic-release/github": "^10.0.5",
        "@semantic-release/npm": "^12.0.1",
        "@semantic-release/release-notes-generator": "^13.0.0",
        "@total-typescript/ts-reset": "^0.5.1",
        "@trivago/prettier-plugin-sort-imports": "^4.3.0",
        "@types/node": "^20.12.13",
        "@typescript-eslint/eslint-plugin": "7.11.0",
        "@typescript-eslint/parser": "^7.11.0",
        "eslint": "^8.57.0",
        "eslint-config-prettier": "^9.1.0",
        "eslint-plugin-deprecation": "^2.0.0",
        "eslint-plugin-jest": "^28.5.0",
        "eslint-plugin-jsonc": "^2.16.0",
        "eslint-plugin-prettier": "^5.1.3",
        "eslint-plugin-unused-imports": "^3.2.0",
        "husky": "^9.0.11",
        "jsonc-eslint-parser": "^2.4.0",
        "lint-staged": "^15.2.5",
        "prettier": "^3.2.5",
        "semantic-release": "^23.1.1",
        "sort-package-json": "^2.10.0",
        "ts-loader": "^9.2.3",
        "ts-node": "^10.9.2",
        "tsconfig-paths": "^4.2.0",
        "typescript": "^5.4.5"
    },
    "engines": {
        "node": ">=16.0.0"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org/"
    }
}
