-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 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
{
"name": "cannijs",
"private": true,
"description": "Galacon's very own Canni Discord bot",
"scripts": {
"lint": "eslint main.js lib modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PonyEventsFederation/CanniJS.git"
},
"license": "MIT",
"engines": {
"node": "14.x"
},
"dependencies": {
"@fluent/bundle": "^0.18.0",
"@js-temporal/polyfill": "^0.4.4",
"algebrite": "^1.4.0",
"complimenter": "github:grantcodes/complimenter",
"discord.js": "^12.5.3",
"dotenv": "^16.0.1",
"html-entities": "^2.3.3",
"merge": "^2.1.1",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"mysql": "^2.18.1",
"node-fetch": "^2.6.7",
"striptags": "^3.2.0",
"tslog": "^4.9.2"
},
"devDependencies": {
"@types/bluebird": "^3.5.42",
"@types/node": "^18.0.0",
"@types/ws": "^8.5.9",
"eslint": "^8.18.0",
"nodemon": "^2.0.18",
"typescript": "^5.2.2"
}
}