This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
61 lines (61 loc) · 1.57 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
{
"name": "monitorss-web",
"version": "0.1.0-beta.5",
"description": "Website for MonitoRSS",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/synzen/MonitoRSS-Web"
},
"dependencies": {
"@hapi/joi": "^16.1.8",
"@synzen/discord-rest": "^0.1.1",
"compression": "^1.7.4",
"connect-mongo": "^3.2.0",
"discord.js": "^12.5.1",
"express": "^4.17.1",
"express-joi-validation": "^4.0.3",
"express-rate-limit": "^5.2.3",
"express-session": "^1.17.1",
"keyword-extractor": "0.0.20",
"moment-timezone": "^0.5.32",
"mongoose": "^5.11.11",
"monitorss": "^6.14.12",
"morgan": "^1.10.0",
"node-fetch": "^2.6.7",
"pino": "^6.10.0",
"pino-pretty": "^4.3.0",
"redis": "^3.1.2",
"remove-markdown": "^0.3.0",
"request": "^2.88.2",
"request-ip": "^2.1.3",
"stemmer": "^1.0.5"
},
"peerDependencies": {
"monitorss": "^6.14.9-beta.21"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"node-mocks-http": "^1.10.0",
"supertest": "^4.0.2"
},
"engines": {
"node": ">=12.16"
},
"scripts": {
"start": "node server.js",
"test": "jest --detectOpenHandles",
"test-watch": "jest --detectOpenHandles --watch",
"eslint": "eslint --fix ."
},
"author": "synzen",
"license": "MIT"
}