-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 976 Bytes
/
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
{
"name": "uptime-monitoring-rawnode-api",
"version": "1.0.0",
"description": "Realtime up and down monitoring api with sms alert service. Based on fully Raw node. ",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"nodemon": "^2.0.12"
},
"scripts": {
"start": "SET NODE_ENV=staging&&nodemon index",
"production": "SET NODE_ENV=production&&nodemon index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mohammad-Mesbaul-Haque/Uptime-Monitoring-RawNode-Api.git"
},
"keywords": [
"Raw Node Api",
"Node",
"Api",
"Uptime",
"twilio",
"nodejs",
"yarn"
],
"author": "Mohammad Mesbaul Haque",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mohammad-Mesbaul-Haque/Uptime-Monitoring-RawNode-Api/issues"
},
"homepage": "https://github.com/Mohammad-Mesbaul-Haque/Uptime-Monitoring-RawNode-Api#readme"
}