-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 908 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
{
"name": "QBO_Connector",
"version": "1.0.0",
"description": "OuickBooks Online APIs Middleware.",
"main": "server/server.js",
"scripts": {
"lint": "eslint .",
"start": "node .",
"posttest": "npm run lint"
},
"author": "",
"license": "UNLICENSED",
"dependencies": {
"axios": "^0.19.0",
"braces": "^2.3.1",
"client-oauth2": "^3.2.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"csrf": "^3.0.4",
"express": "^4.14.0",
"express-session": "^1.14.2",
"flatted": "^2.0.0",
"helmet": "^3.10.0",
"loopback": "^3.22.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^6.2.0",
"loopback-connector-mongodb": "^3.8.0",
"mongoose": "^5.5.1",
"request": "^2.78.0"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-loopback": "^8.0.0"
},
"repository": {
"type": "",
"url": ""
}
}