-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.28 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
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
75
76
77
78
79
80
81
82
{
"name": "nepaltoday.api",
"version": "1.0.0",
"description": "A graphql based api endpoint for NepalToday mobile app",
"main": "src/server.js",
"scripts": {
"start": "pm2-runtime start ecosystem.config.js",
"format": "prettier --write \"src/**/*.js\"",
"test": "jest --testMatch \"**/?(*.)+(spec|test).[tj]s?(x)\" --detectOpenHandles --forceExit --runInBand",
"test:coverage": "jest --coverage --testMatch '**/?(*.)+(spec|test).[tj]s?(x)' --detectOpenHandles --forceExit --runInBand",
"lint": "eslint src/**/**/*.js"
},
"dependencies": {
"@bmatei/apollo-prometheus-exporter": "^2.1.1",
"agenda": "4.3.0",
"agendash": "^3.1.0",
"apollo-server-express": "3.10.1",
"axios": "0.27.2",
"colors": "^1.4.0",
"connect-timeout": "^1.9.0",
"dotenv": "16.0.1",
"error-to-json": "^2.0.0",
"express": "^4.18.1",
"graphql": "16.6.0",
"helmet": "^3.23.3",
"ip": "1.1.8",
"lodash": "^4.17.21",
"mailgun-js": "^0.22.0",
"moment": "2.29.4",
"moment-timezone": "0.5.34",
"mongodb": "4.9.0",
"mongoose": "6.5.2",
"morgan": "1.10.0",
"nepali-date-converter": "^3.3.0",
"news-crawler": "https://github.com/siristechnology/news-crawler#3182a10",
"offline-geo-from-ip": "^1.0.1",
"pm2": "5.2.0",
"prom-client": "^14.0.1",
"require-graphql-file": "1.0.1",
"twitter": "1.7.1",
"winston": "3.8.1"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/node": "^7.18.10",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.18.10",
"babel-eslint": "^10.1.0",
"babel-jest": "^28.1.3",
"babel-loader": "^8.2.5",
"casual": "^1.6.2",
"eslint": "8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-standard": "5.0.0",
"jest": "^28.1.3",
"mockingoose": "^2.15.2",
"mongodb-memory-server": "8.8.0",
"nock": "^13.2.9",
"prettier": "2.7.1"
},
"engines": {
"node": ">=16.13.1",
"npm": ">=6.2.0"
},
"keywords": [
"NepalToday",
"Nepal News",
"Nepal Politician",
"Nepal Celebrities"
],
"author": "Siris Technology",
"license": "ISC",
"bugs": {
"url": "https://github.com/siristechnology/nepaltoday-api/issues"
}
}