-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.46 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
83
{
"name": "greenmesa",
"version": "3.7.4",
"description": "A basic multifaceted Discord bot. The dev uses it to practice his coding.",
"main": "dist/main.js",
"scripts": {
"start": "npm run build && node --experimental-specifier-resolution=node dist/main.js",
"build": "rm -rf ./dist/ && npx tsc",
"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": {
"@dice-roller/rpg-dice-roller": "^5.1.0",
"@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": "^13.6.0",
"dotenv": "^8.2.0",
"exit-hook": "^2.2.1",
"express": "^4.17.1",
"express-mysql-session": "^2.1.6",
"ffmpeg-static": "^4.2.7",
"file-type": "^16.4.0",
"get-image-colors": "^4.0.1",
"helmet": "^4.4.1",
"ibm-watson": "^7.0.0",
"is-svg": "^4.3.2",
"jpeg-js": "^0.4.3",
"jsdom": "^16.4.0",
"lodash": "^4.17.21",
"luxon": "^1.25.0",
"mathjs": "^9.4.0",
"moment": "^2.29.1",
"mw-collegiate": "^1.0.1",
"mysql": "^2.18.1",
"node-cron": "^3.0.0",
"node-fetch": "^3.1.1",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"plotly": "^1.0.6",
"pm2": "^5.0.0",
"pug": "^3.0.2",
"puppeteer": "^13.5.1",
"source-map-support": "^0.5.19",
"vacefron": "^3.4.0"
},
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/enigmadigm/greenmesa/issues"
},
"homepage": "https://github.com/enigmadigm/greenmesa#readme",
"devDependencies": {
"@tsconfig/node17": "^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-cron": "^2.0.3",
"@types/passport": "^1.0.5",
"@types/passport-discord": "^0.1.3",
"@types/puppeteer": "^5.4.5",
"@types/source-map-support": "^0.5.4",
"@types/uniqid": "^5.2.0",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"dayjs": "^1.9.6",
"eslint": "^8.11.0",
"jsonschema": "^1.4.0",
"snyk": "^1.878.0",
"typescript": "^4.6.2",
"uniqid": "^5.4.0"
},
"type": "module"
}