-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
57 lines (57 loc) · 1.3 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
{
"name": "uptime.js",
"version": "1.3.1",
"description": "Uptime monitor in Node.js that send status changes to Chatbots",
"author": "Turtuvshin Byambaa",
"homepage": "https://uptime.js.org",
"copyright": "Copyright 2019 Intelligo Systems",
"license": "MIT",
"main": "lib/index.js",
"typings": "./lib/index.d.ts",
"repository": "intelligo-systems/uptime.js",
"keywords": [
"uptime",
"uptimejs",
"uptime.js",
"intelligo",
"monitor",
"slack",
"webhook",
"bot",
"server",
"monitoring",
"health",
"status",
"ping",
"check"
],
"scripts": {
"dev": "vuepress dev web",
"build": "tsc",
"build:docs": "vuepress build web",
"lint": "tslint -p tsconfig.json",
"release": "release-it"
},
"files": [
"/lib",
"/src"
],
"dependencies": {
"request": "2.88.0",
"intelligo": "1.3.0"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "1.1.0",
"@types/request": "2.48.4",
"@types/node": "12.12.6",
"release-it": "12.4.3",
"vuepress": "1.1.0",
"vuepress-plugin-janitor": "1.0.0",
"vuepress-plugin-reading-time": "0.1.1",
"vuepress-plugin-rss": "2.0.0",
"yaml-front-matter": "4.1.0",
"tslint": "5.20.1",
"tslint-config-prettier": "1.18.0",
"typescript": "3.7.5"
}
}