-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 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": "node-caching",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sentry/browser": "^6.1.0",
"@sentry/node": "^6.1.0",
"@sentry/tracing": "^6.1.0",
"axios": "^0.21.1",
"axios-cache-adapter": "^2.7.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"helmet": "^4.3.1",
"joi": "^17.4.0",
"nearby-cities": "^1.1.0",
"offline-geocoder": "^1.0.0",
"readable-stream": "^3.6.0",
"redis": "^3.0.2",
"request": "^2.88.2",
"reverse-geocode": "^1.3.3",
"serve-favicon": "^2.5.0",
"umbress": "^1.3.4"
},
"devDependencies": {
"eslint": "^7.19.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.2",
"gulp-imagemin": "^7.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.0.1",
"gulp-uglify": "^3.0.2"
}
}