-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 975 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
41
42
43
{
"name": "engine-server",
"version": "0.0.0",
"description": "> TODO: description",
"author": "momentiris <[email protected]>",
"homepage": "https://github.com/Iteam1337/pm-mapbox-test#readme",
"license": "ISC",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Iteam1337/pm-mapbox-test.git"
},
"scripts": {
"dev": "nodemon lib/index.js",
"start": "node lib/index.js",
"test": "jest"
},
"bugs": {
"url": "https://github.com/Iteam1337/pm-mapbox-test/issues"
},
"dependencies": {
"amqplib": "^0.5.5",
"fluent-amqp": "^0.4.1",
"highland": "^2.13.5",
"id62": "^1.0.0",
"minio": "^7.0.18",
"moment": "^2.24.0",
"node-fetch": "^2.6.1",
"phone": "^2.4.21",
"socket.io": "^2.3.0"
},
"devDependencies": {
"jest": "^25.1.0",
"nodemon": "^2.0.2"
}
}