-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.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
{
"name": "vapas-worker",
"version": "1.0.0",
"description": "A NodeJS Express worker to generate and deliver information for Native Depictions and Web Depictions.",
"main": "index.js",
"repository": "[email protected]:vapas/vapas-worker.git",
"author": "Skye Viau <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"@sentry/node": "5.7.0",
"atob": "^2.1.2",
"body-parser": "^1.19.0",
"btoa": "^1.2.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"cookie-session": "^1.3.3",
"dotenv": "^8.0.0",
"eslint": "^6.7.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-standard": "^4.0.1",
"express": "^4.17.1",
"express-mongo-db": "^2.0.4",
"express-pino-logger": "^4.0.0",
"moment": "^2.24.0",
"mongodb": "^3.2.7",
"passport": "^0.4.0",
"passport-auth0": "^1.1.0",
"passport-jwt": "^4.0.0",
"pino": "^5.13.2",
"pug": "^2.0.4",
"request": "^2.88.0",
"standard": "^13.1.0",
"stripe": "^7.8.0",
"snyk": "^1.316.1"
},
"scripts": {
"start": "node index.js",
"test": "standard",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"snyk": true
}