{
  "name": "electron-custom-notifications",
  "version": "8.0.5",
  "description": "Cross-platform notifications using Electron's BrowserWindow",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "electron-start": "electron ."
  },
  "author": "Kedi Agbogre",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^10.11.7",
    "@types/uuid": "^3.4.4",
    "electron": "^3.0.3",
    "typescript": "^3.1.2"
  },
  "dependencies": {
    "uuid": "^3.3.2"
  }
}
