forked from kobikwelu/electscraper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.58 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.58 KB
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
{
"name": "node-api",
"version": "1.0.0",
"main": "app.js",
"license": "MIT",
"dependencies": {
"async": "^3.2.0",
"aws-sdk": "^2.656.0",
"axios": "^0.20.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cron": "^1.7.1",
"datejs": "^1.0.0-rc3",
"dotenv": "^4.0.0",
"ejs": "^2.6.1",
"encodeurl": "^1.0.2",
"escape-string-regexp": "^2.0.0",
"express": "^4.17.0",
"express-device": "^0.4.2",
"express-jwt": "^5.3.1",
"express-jwt-authz": "^1.0.0",
"express-rate-limit": "^2.14.2",
"express-useragent": "^1.0.13",
"fs": "^0.0.1-security",
"fs-extra": "^9.0.0",
"generate-password": "^1.5.1",
"generate-serial-number": "^0.0.3",
"http": "0.0.0",
"json-stringify-safe": "^5.0.1",
"jsonfile": "^6.0.1",
"jsonpath": "^1.0.2",
"jwks-rsa": "^1.5.1",
"jwt-decode": "^2.2.0",
"jwt-simple": "^0.5.6",
"lodash": "^4.17.15",
"mailgun-js": "^0.22.0",
"moment": "^2.27.0",
"mongoose": "^5.5.12",
"morgan": "^1.10.0",
"node-cache": "^4.2.0",
"node-cron": "^2.0.3",
"node-uuid": "^1.4.8",
"path": "^0.12.7",
"pino": "^8.7.0",
"pino-pretty": "^9.1.1",
"redis": "^4.4.0",
"twitter-lite": "^1.1.0",
"url": "^0.11.0",
"url-parse": "^1.4.7",
"uuid": "^7.0.3",
"yarn": "^1.22.19"
},
"scripts": {
"start": "nodemon app.js | pino-pretty --ignore uploads/",
"test": "./node_modules/.bin/mocha --recursive --exit"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"nodemon": "2.0.20",
"supertest": "^3.4.2"
}
}