-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 734 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 734 Bytes
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
{
"name": "ping-monitor",
"version": "0.8.2",
"description": "Website Uptime Event Emitter",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "npm run eslint && node ./node_modules/mocha/bin/mocha test",
"eslint": "./node_modules/.bin/eslint ./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/qawemlilo/node-monitor.git"
},
"keywords": [
"monitor",
"uptime",
"website",
"ping",
"network",
"server"
],
"author": "Qawelesizwe Mlilo",
"license": "MIT",
"engines": {
"node": ">=12.x",
"npm": ">=1.3.x"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^8.32.0",
"mocha": "^10.2.0",
"nock": "^12.0.3"
}
}