forked from GalaxySH/GreenMesa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.18 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.18 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
75
76
{
"name": "greenmesa",
"version": "3.2.16",
"description": "A basic multifaceted Discord bot. The dev uses it to practice his coding.",
"main": "dist/main.js",
"scripts": {
"start": "npx tsc && node dist/main.js",
"test": "echo \"Error: no test specified\" && exit 0",
"snyk": "snyk test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enigmadigm/greenmesa.git"
},
"author": "Stefan Hauge",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"body-parser": "^1.19.0",
"chroma-js": "^2.1.0",
"corpora": "git+https://github.com/dariusk/corpora.git",
"discord.js": "^12.4.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-mysql-session": "^2.1.5",
"ffmpeg-static": "^4.2.7",
"get-image-colors": "^4.0.0",
"helmet": "^4.4.1",
"ibm-watson": "^6.0.2",
"jsdom": "^16.4.0",
"lodash": "^4.17.20",
"luxon": "^1.25.0",
"moment": "^2.29.1",
"mysql": "^2.18.1",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"plotly": "^1.0.6",
"pm2": "^4.5.4",
"puppeteer": "^5.5.0",
"rpg-dice-roller": "^4.5.2",
"source-map-support": "^0.5.19",
"ytdl-core": "^3.4.2"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/enigmadigm/greenmesa/issues"
},
"homepage": "https://github.com/enigmadigm/greenmesa#readme",
"devDependencies": {
"@tsconfig/node14": "^1.0.0",
"@types/express": "^4.17.11",
"@types/express-mysql-session": "^2.1.2",
"@types/express-session": "^1.17.3",
"@types/get-image-colors": "^2.0.0",
"@types/jsdom": "^16.2.6",
"@types/luxon": "^1.25.1",
"@types/mysql": "^2.15.17",
"@types/node-fetch": "^2.5.8",
"@types/passport": "^1.0.5",
"@types/passport-discord": "^0.1.3",
"@types/puppeteer": "^5.4.2",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"dayjs": "^1.9.6",
"eslint": "^7.13.0",
"jsonschema": "^1.4.0",
"pug": "^3.0.0",
"reddit": "^1.2.1",
"snyk": "^1.439.0",
"twitch": "^4.3.0",
"twitch-webhooks": "^4.3.0",
"typescript": "^4.1.3",
"uniqid": "^5.2.0"
},
"type": "commonjs"
}