|
1 | 1 | { |
2 | 2 | "name": "toasted-notifier", |
| 3 | + "version": "10.1.0", |
3 | 4 | "description": "Push notifications in NodeJS for MacOS, Windows 7 - 11, and Linux (Growl as fallback)", |
4 | | - "version": "10.0.2", |
5 | 5 | "author": "Aetherinox", |
| 6 | + "homepage": "https://github.com/Aetherinox/node-toasted-notifier#readme", |
| 7 | + "license": "MIT", |
| 8 | + "main": "index.js", |
| 9 | + "build": { |
| 10 | + "appId": "com.ntfytoast.id" |
| 11 | + }, |
| 12 | + "publishConfig": { |
| 13 | + "access": "public" |
| 14 | + }, |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "git+ssh://git@github.com/Aetherinox/node-toasted-notifier.git" |
| 18 | + }, |
| 19 | + "bugs": { |
| 20 | + "url": "https://github.com/Aetherinox/node-toasted-notifier/issues" |
| 21 | + }, |
| 22 | + "funding": [ |
| 23 | + { |
| 24 | + "type": "individual", |
| 25 | + "url": "https://buymeacoffee.com/aetherinox" |
| 26 | + } |
| 27 | + ], |
6 | 28 | "contributors": [ |
7 | 29 | { |
8 | 30 | "name": "Aetherinox", |
9 | | - "email": "adminservx@proton.me", |
| 31 | + "email": "118329232+Aetherinox@users.noreply.github.com", |
10 | 32 | "url": "https://github.com/Aetherinox" |
11 | 33 | } |
12 | 34 | ], |
13 | | - "homepage": "https://github.com/Aetherinox/ntfy-toast-node#readme", |
14 | | - "repository": { |
15 | | - "type": "git", |
16 | | - "url": "git+ssh://git@github.com/Aetherinox/ntfy-toast-node.git" |
17 | | - }, |
18 | | - "bugs": { |
19 | | - "url": "https://github.com/Aetherinox/ntfy-toast-node/issues" |
20 | | - }, |
21 | | - "license": "MIT", |
22 | 35 | "keywords": [ |
23 | 36 | "push notifications", |
24 | 37 | "notifications", |
|
37 | 50 | "windows 10", |
38 | 51 | "windows 11" |
39 | 52 | ], |
40 | | - "main": "index.js", |
41 | 53 | "scripts": { |
42 | 54 | "prepare": "husky install", |
43 | 55 | "pretest": "npm run lint", |
|
73 | 85 | "./test/_test-matchers.js" |
74 | 86 | ] |
75 | 87 | }, |
76 | | - "build": { |
77 | | - "appId": "com.ntfytoast.id" |
78 | | - }, |
79 | 88 | "devDependencies": { |
80 | | - "@types/uuid": "^9.0.8", |
| 89 | + "@aetherinox/noxenv": "^1.1.1", |
| 90 | + "@types/uuid": "^10.0.0", |
81 | 91 | "@types/semver": "^7.5.8", |
82 | 92 | "copyfiles": "^2.4.1", |
83 | | - "@aetherinox/noxenv": "^1.0.0", |
84 | 93 | "eslint": "^7.26.0", |
85 | 94 | "eslint-config-semistandard": "^15.0.1", |
86 | 95 | "eslint-config-standard": "^16.0.2", |
|
93 | 102 | "nexe": "^4.0.0-beta.19", |
94 | 103 | "prettier": "^3.3.2", |
95 | 104 | "rimraf": "^3.0.2", |
96 | | - "all-contributors-cli": "^6.26.1" |
| 105 | + "all-contributors-cli": "^6.26.1", |
| 106 | + "uuid": "^11.1.0" |
97 | 107 | }, |
98 | 108 | "dependencies": { |
99 | 109 | "growly": "^1.3.0", |
100 | 110 | "is-wsl": "^2.2.0", |
101 | | - "semver": "^7.6.0", |
| 111 | + "semver": "^7.7.2", |
102 | 112 | "shellwords": "^0.1.1", |
103 | | - "uuid": "^9.0.1", |
104 | 113 | "which": "^2.0.2" |
105 | 114 | }, |
106 | 115 | "lint-staged": { |
|
0 commit comments