This repository was archived by the owner on Jun 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.49 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
49
50
51
52
53
54
55
56
57
{
"name": "branch-listener",
"version": "7.1.1",
"description": "The branch-listener will notify you for a new commit of your repository of the branch that you've specified. If new commit is pushed, it will push a notification.",
"main": "start.js",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KR1470R/branch-listener.git"
},
"keywords": [
"node.js",
"typescript",
"github",
"bitbucket",
"gitlab",
"observer",
"listener",
"GPL3.0",
"linux",
"bash",
"sh"
],
"author": "KR1470R",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/KR1470R/branch-listener/issues"
},
"homepage": "https://github.com/KR1470R/branch-listener#readme",
"dependencies": {
"@types/base-64": "^1.0.0",
"@types/node-notifier": "^8.0.2",
"@types/utf8": "^3.0.1",
"axios": "^0.27.2",
"base-64": "^1.0.0",
"console-table-printer": "^2.11.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"express": "^4.18.1",
"module-name": "^0.0.1-security",
"node-notifier": "^10.0.1",
"play-sound": "^1.1.5",
"ts": "^0.0.0",
"utf8": "^3.0.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^18.6.4",
"@types/play-sound": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"typescript": "^4.7.4"
}
}