forked from akusei/pushover-bash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.07 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@fr3nch13/pushover-bash",
"version": "1.0.4",
"description": "A Bash shell script to send pushover notifications.",
"license": "GPL-3.0",
"homepage": "https://github.com/fr3nch13/pushover-bash#readme",
"keywords": [
"pushover",
"notifications",
"bash"
],
"author": {
"name": "akusei",
"url": "https://github.com/akusei"
},
"contributers": [
{
"name": "Brian French",
"url": "https://github.com/fr3nch13"
}
],
"bugs": {
"url": "https://github.com/fr3nch13/pushover-bash/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fr3nch13/pushover-bash.git"
},
"main": "pushover.js",
"scripts": {
"release": "release-it",
"pushover": "./pushover.sh",
"pushover-validate": "./pushover.sh -x -m Node Validate",
"pushover-test": "./pushover.sh -p -2 -T Node Test -m Node Test"
},
"bin": {
"pushover-bash": "pushover.sh"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"release-it": "^16.1.2"
}
}