forked from upptime/uptime-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 1.87 KB
/
package.json
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@upptime/uptime-monitor",
"version": "1.26.4",
"description": "Uptime monitor powered by GitHub Actions",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"package": "ncc build --source-map",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/upptime/uptime-monitor.git"
},
"keywords": [
"github",
"github actions",
"nodejs",
"typescript",
"starter"
],
"author": "Anand Chowdhary <mail@anandchowdhary.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/upptime/uptime-monitor/issues"
},
"homepage": "https://github.com/upptime/uptime-monitor#readme",
"devDependencies": {
"@semantic-release/git": "^9.0.0",
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.22",
"@types/js-yaml": "^4.0.0",
"@types/nodemailer": "^6.4.1",
"@types/prettier": "^2.2.3",
"@types/shelljs": "^0.8.8",
"@types/tcp-ping": "^0.1.1",
"@types/ws": "^7.4.6",
"@zeit/ncc": "^0.22.3",
"dotenv": "^8.2.0",
"jest": "^26.6.3",
"semantic-release": "^17.4.2",
"semantic-release-gitmoji": "^1.3.4",
"ts-jest": "^26.5.5",
"typescript": "^4.2.4"
},
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/github": "^4.0.0",
"@koj/config": "^1.2.11",
"@octokit/rest": "^18.5.2",
"@sindresorhus/slugify": "^1.1.0",
"axios": "^0.21.1",
"dayjs": "^1.10.4",
"fs-extra": "^9.1.0",
"js-yaml": "^4.1.0",
"node-libcurl": "^2.3.2",
"nodemailer": "^6.5.0",
"notifme-sdk": "^1.10.0",
"prettier": "^2.2.1",
"shelljs": "^0.8.4",
"tcp-ping": "^0.1.1",
"ws": "^7.4.6"
},
"jest": {
"roots": [
"<rootDir>/src/"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx"
],
"automock": false
}
}