{
    "name": "electron-autotheme",
    "version": "1.3.2",
    "description": "Trigger a function at sunset/sunrise (e.g. for auto theme change)",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "test": "tsc && node dist/test.js"
    },
    "prepublish": "tsc",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ZephraCloud/Electron-AutoTheme.git"
    },
    "keywords": [
        "electron",
        "auto-theme"
    ],
    "author": "zephra",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/ZephraCloud/Electron-AutoTheme/issues"
    },
    "homepage": "https://github.com/ZephraCloud/Electron-AutoTheme#readme",
    "devDependencies": {
        "@types/node": "^17.0.35",
        "electron-store": "^8.0.1",
        "typescript": "^4.7.2"
    },
    "dependencies": {
        "cron": "^2.0.0",
        "ipinfo": "^1.5.1",
        "suncalc": "^1.9.0"
    },
    "files": [
        "dist"
    ]
}
