-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 860 Bytes
/
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
{
"name": "tmdb-api-wrapper",
"version": "1.0.6",
"private": true,
"scripts": {
"start": "npx serverless offline"
},
"dependencies": {
"axios": "^1.3.2",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"serverless-http": "^3.2.0"
},
"devDependencies": {
"eslint": "^8.33.0",
"serverless-offline": "^12.0.4"
},
"description": "This is REST API application consumes tmdb api and adds a wrapper. Basically Developed as part of MovieBunkers Application",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/charan379/tmdb-api-wrapper"
},
"keywords": [
"moviebunkers",
"react4movies",
"tmdb",
"tmdb-api"
],
"author": "charan379",
"license": "AGPL-3.0-or-later"
}