forked from CodeverDotDev/codever
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "bookmarks.dev-api",
"version": "13.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"debug": "nodemon --inspect ./bin/www --watch src --watch docs/openapi/openapi.yaml",
"integration-tests": "NODE_ENV=test nyc mocha '**/*.spec.js' --exit"
},
"dependencies": {
"aws-sdk": "^2.640.0",
"body-parser": "^1.18.3",
"cheerio": "latest",
"cookie-parser": "~1.4.3",
"debug": "^4.1.0",
"escape-string-regexp": "^1.0.5",
"express": "^4.16.4",
"express-async-errors": "^3.1.1",
"fs-extra": "^7.0.1",
"helmet": "^3.22.0",
"http-status-codes": "^1.3.0",
"keycloak-connect": "6.0.1",
"mongoose": "^5.7.5",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"request": "latest",
"rotating-file-stream": "^1.3.2",
"serve-favicon": "^2.5.0",
"showdown": "^1.9.1",
"superagent": "^4.1.0",
"swagger-ui-express": "^4.0.2",
"yamljs": "^0.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^6.6.0",
"jsonwebtoken": "^8.5.1",
"mocha": "^7.2.0",
"nodemon": "^2.0.2",
"nyc": "^15.0.0",
"supertest": "^3.4.1"
}
}