-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1004 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
35
36
37
38
39
40
{
"name": "api",
"version": "1.0.0",
"description": "LogIQ API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"watch": "nodemon --ext *",
"dev": "node server.js",
"test1": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FreeOps-Tools/LogIQ.git"
},
"author": "Ilyas Rufai",
"license": "ISC",
"bugs": {
"url": "https://github.com/FreeOps-Tools/LogIQ/issues"
},
"homepage": "https://github.com/FreeOps-Tools/LogIQ#readme",
"dependencies": {
"axios": "^1.3.4",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dns": "^0.2.2",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"http": "^0.0.1-security",
"https": "^1.0.0",
"mongoose": "^7.0.3",
"nodemon": "^2.0.22",
"performance-now": "^2.1.0",
"request-promise": "^4.2.6",
"ua-parser-js": "^1.0.35",
"url": "^0.11.0",
"validator": "^13.9.0"
}
}