not-the-systray
Version:
Because calling it the system tray [would be wrong](https://devblogs.microsoft.com/oldnewthing/20030910-00/?p=42583).
44 lines (43 loc) • 971 B
JSON
{
"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"
]
}