forked from Section-IG/DataDrop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "datadrop",
"version": "1.5.2",
"main": "./build/index.js",
"scripts": {
"start": "node ./build/index.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --fix --ext .ts ."
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:IESN-IG/DataDrop.git"
},
"author": "HunteRoi <me@tinaeldevresse.eu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IESN-IG/DataDrop/issues"
},
"homepage": "https://github.com/IESN-IG/DataDrop#readme",
"dependencies": {
"@hunteroi/advanced-logger": "^0.0.3",
"chalk": "^5.0.1",
"discord-api-types": "^0.37.5",
"discord-logs": "^2.2.1",
"discord.js": "^14.3.0",
"dotenv-flow": "^3.2.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37",
"node-fetch": "^3.2.10",
"nodemon": "^2.0.19"
},
"devDependencies": {
"@types/dotenv-flow": "^3.2.0",
"@types/node": "^18.7.14",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"typescript": "^4.8.2"
}
}