UNPKG

powerballoon

Version:

Windows balloon notification using PowerShell.

43 lines (42 loc) 980 B
{ "name": "powerballoon", "version": "2.0.2", "description": "Windows balloon notification using PowerShell.", "type": "module", "exports": "./lib/index.js", "types": "./types/index.d.ts", "engines": { "node": ">=16.0.0" }, "scripts": { "lint": "npx eslint --ignore-path .gitignore ./**/*.{js,mjs}" }, "keywords": [ "balloon", "notification", "windows", "powershell" ], "author": { "name": "Anthony Beaumont", "email": "dev.xan105@outlook.be", "url": "https://xan105.com/" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/xan105/node-powerballoon.git" }, "bugs": { "url": "https://github.com/xan105/node-powerballoon/issues" }, "homepage": "https://github.com/xan105/node-powerballoon#readme", "devDependencies": { "eslint": "^8.10.0" }, "dependencies": { "@xan105/error": "^1.2.0", "@xan105/fs": "^2.0.4", "@xan105/is": "^2.4.0" } }