-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 904 Bytes
/
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
{
"name": "diko.ml",
"description": "discord invite links",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"build": "run-script-os",
"build:win32": "rd /s /q dist && tsc",
"build:darwin:linux:android": "rm -rf dist && tsc"
},
"author": {
"name": "mswgen"
},
"license": "MIT",
"dependencies": {
"ascii-table": "^0.0.9",
"axios": "^0.21.1",
"colorthief": "^2.3.2",
"discord.js": "12",
"dotenv": "^10.0.0",
"form-data": "^4.0.0",
"mongodb": "^4.1.0",
"socket.io": "^4.1.3",
"util": "^0.12.4"
},
"repository": {
"url": "https://github.com/mswgen/diko.ml.git",
"type": "git"
},
"devDependencies": {
"@types/node": "^16.7.1",
"run-script-os": "^1.1.6",
"typescript": "^4.3.5"
}
}