-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 961 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 961 Bytes
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
{
"name": "proxy",
"version": "1.0.0",
"description": "TripAdvisor Gallery Proxy",
"main": "index.js",
"scripts": {
"start": "node server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jorgio-castello/tripadvisor-gallery-proxy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jorgio-castello/tripadvisor-gallery-proxy/issues"
},
"homepage": "https://github.com/jorgio-castello/tripadvisor-gallery-proxy#readme",
"dependencies": {
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-cache-controller": "^1.1.0",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"live-server": "^1.2.1"
}
}