{
    "name": "not-the-systray",
    "version": "0.3.1",
    "license": "MIT",
    "homepage": "https://github.com/simonbuchan/node-not-the-systray",
    "repository": {
        "type": "git",
        "url": "https://github.com/simonbuchan/node-not-the-systray.git"
    },
    "keywords": [
        "windows",
        "icon",
        "notify",
        "notification",
        "systray",
        "system tray",
        "tray",
        "napi"
    ],
    "main": "index.js",
    "types": "index.d.ts",
    "files": [
        "index.js",
        "index.d.ts",
        "notify_icon.node"
    ],
    "scripts": {
        "prepack": "node build rebuild",
        "install": "echo Using prebuilt binary",
        "clean": "node build clean",
        "rebuild": "node build rebuild",
        "build": "node build build"
    },
    "dependencies": {
        "@types/node": "*"
    },
    "devDependencies": {
        "node-gyp": "^5.0.3"
    },
    "os": [
        "win32"
    ]
}
