-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 1.07 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
49
{
"name": "frisky",
"version": "1.0.0",
"description": "Open Source GraphQL API for Online Shows",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"lint": "eslint .",
"fix": "eslint --fix .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prabhuomkar/frisky.git"
},
"keywords": [
"online",
"streaming",
"API",
"netflix",
"hbo",
"amazon",
"prime",
"hulu",
"graphql",
"mongodb",
"express"
],
"author": "Omkar Prabhu",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/prabhuomkar/frisky/issues"
},
"homepage": "https://github.com/prabhuomkar/frisky#readme",
"dependencies": {
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"dotenv": "^8.0.0",
"eslint": "^6.6.0",
"express": "^4.17.1",
"express-graphql": "^0.8.0",
"express-winston": "^3.1.0",
"graphql": "^14.3.1",
"helmet": "^3.18.0",
"mongoose": "^5.7.5",
"nodemon": "^1.19.1",
"winston": "^3.2.1"
}
}