-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.07 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
{
"name": "openbankingapi",
"version": "1.0.0",
"description": "OB SANDBOX API",
"main": "app.js",
"engines": {
"node": "11.15.0"
},
"scripts": {
"test": "mocha reporter --spec",
"start": "node_modules/.bin/sequelize db:migrate && node app.js"
},
"keywords": [],
"author": "4y0",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^6.4.0",
"body-parser": "^1.19.0",
"express": "^4.17.0",
"express-validator": "^6.2.0",
"jsonwebtoken": "^7.2.1",
"mlar": "0.0.1",
"mlite": "0.0.3",
"moment": "^2.24.0",
"mongoose": "^5.7.5",
"morx": "0.0.5",
"morx-cha": "0.0.7",
"mosc": "1.0.0",
"mosh": "1.1.3",
"mt1l": "0.0.2",
"mustache": "^3.1.0",
"mysql": "^2.17.1",
"natives": "1.1.6",
"oauth2-server": "^3.0.1",
"q": "1.4.1",
"request-ip": "^2.1.1",
"sequelize": "3.29.0",
"sequelize-cli": "^2.4.0",
"underscore": "1.8.3",
"uuid": "3.1.0",
"valid-url": "^1.0.9",
"validator": "^11.1.0"
},
"devDependencies": {
"chai": "3.5.0",
"mocha": "3.0.2"
}
}