-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.34 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "mooving-api",
"version": "1.0.0",
"description": "Ride Hailing API",
"dependencies": {
"@google-cloud/storage": "^3.0.2",
"authy": "1.4.0",
"bcrypt": "3.0.4",
"body-parser": "1.18.3",
"cassandra-driver": "3.6.0",
"compare-versions": "3.4.0",
"cors": "2.8.5",
"ejs": "^2.6.1",
"express": "4.16.4",
"jsonwebtoken": "8.4.0",
"kafka-node": "3.0.1",
"libphonenumber-js": "1.7.8",
"mailgun-js": "0.21.0",
"moment": "^2.24.0",
"node-fetch": "2.3.0",
"passport": "0.4.0",
"passport-http-bearer": "1.0.1",
"passport-jwt": "4.0.0",
"passport-local": "1.0.0",
"retry": "0.12.0",
"rxjs": "6.4.0",
"ua-device-detector": "^1.1.5",
"uuid": "3.3.2"
},
"devDependencies": {
"@types/bcrypt": "2.0.0",
"@types/cassandra-driver": "3.6.0",
"@types/kafka-node": "2.0.7",
"@types/mailgun-js": "0.16.3",
"@types/passport-http-bearer": "1.0.33",
"@types/passport-jwt": "3.0.1",
"@types/restify-cors-middleware": "1.0.1",
"@types/retry": "0.10.2",
"@types/uuid": "^3.4.5",
"@types/body-parser": "1.17.0",
"@types/chai": "4.1.7",
"@types/cors": "2.8.4",
"@types/jest": "23.3.1",
"@types/node-fetch": "2.1.6",
"@types/passport": "0.4.7",
"@types/passport-local": "1.0.33",
"@types/restify": "7.2.7",
"chai": "4.2.0",
"chai-http": "4.2.1",
"gulp": "3.9.1",
"gulp-jest": "4.0.2",
"gulp-nodemon": "2.4.2",
"gulp-ts-spellcheck": "1.3.7",
"gulp-tslint": "8.1.3",
"gulp-typescript": "5.0.0",
"jest": "23.6.0",
"jest-cli": "23.6.0",
"nodemon": "1.18.10",
"ts-jest": "23.10.5",
"ts-node": "7.0.1",
"tslint": "5.12.1",
"typescript": "3.3.3"
},
"scripts": {
"preinstall": "cp ./.githooks/* .git/hooks",
"start-driver": "gulp start-driver",
"start-ops": "gulp start-ops",
"get-conversion-rate": "ts-node ./src/common/jobs/insertDavRate",
"start-rider": "gulp start-rider",
"tslint": "gulp tslint",
"tsc": "gulp tsc",
"jest": "gulp jest",
"spellcheck": "npx gulp spellcheck"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DAVFoundation/mooving-api.git"
},
"author": "",
"bugs": {
"url": "https://github.com/DAVFoundation/mooving-api/issues"
},
"homepage": "https://github.com/DAVFoundation/mooving-api#readme"
}