-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.09 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.09 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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "bollywood.hungama.api",
"version": "1.0.0",
"description": "A graphql based api endpoint for Bollywood Hungama mobile app",
"main": "src/server.js",
"scripts": {
"start": "pm2-runtime start ecosystem.config.js",
"format": "prettier --write \"src/**/*.js\"",
"test": "jest --runInBand --testMatch \"**/?(*.)+(spec|test).[tj]s?(x)\" --detectOpenHandles --forceExit",
"test:coverage": "jest --coverage --testMatch '**/?(*.)+(spec|test).[tj]s?(x)' --detectOpenHandles --forceExit",
"lint": "eslint src/**/**/*.js",
"updatedb": "node ./src/db-service/scripts/update-db.js"
},
"dependencies": {
"@bearer/node-agent": "3.3.0",
"agenda": "3.1.0",
"apollo-server-express": "2.18.1",
"axios": "0.20.0",
"colors": "^1.4.0",
"connect-timeout": "^1.9.0",
"dotenv": "8.2.0",
"express": "^4.17.1",
"graphql": "15.3.0",
"helmet": "^3.23.3",
"ip": "1.1.5",
"moment": "2.29.0",
"moment-timezone": "0.5.31",
"mongodb": "3.6.2",
"mongoose": "5.10.7",
"morgan": "1.10.0",
"news-crawler": "https://github.com/siristechnology/news-crawler",
"offline-geo-from-ip": "^1.0.1",
"pm2": "4.4.1",
"require-graphql-file": "1.0.1",
"twitter": "1.7.1",
"winston": "3.3.3"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/node": "^7.10.4",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"babel-loader": "^8.1.0",
"casual": "^1.6.2",
"eslint": "7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"jest": "^26.1.0",
"mockingoose": "^2.13.2",
"mongodb-memory-server": "6.8.0",
"prettier": "2.1.2"
},
"engines": {
"node": "14.11.0",
"npm": ">=6.2.0"
},
"keywords": [
"Bollywood Hungama News",
"Bollywood Celebrities"
],
"author": "Siris Technology",
"license": "ISC",
"bugs": {
"url": "https://github.com/siristechnology/bhn-api/issues"
}
}