-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 920 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
36
37
38
{
"name": "sparkv2",
"version": "3.7.0",
"description": "",
"type": "module",
"main": "main.js",
"scripts": {
"run": "node --no-warnings dist/src/main",
"runbuild": "tsc && node --no-warnings dist/src/main",
"build": "tsc -w",
"deploy": "node dist/src/deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kyusakick/Sparkv2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kyusakick/Sparkv2/issues"
},
"homepage": "https://github.com/Kyusakick/Sparkv2#readme",
"dependencies": {
"@types/node-cron": "3.0.7",
"console-stamp": "3.1.1",
"discord.js": "14.16.3",
"fs": "0.0.1-security",
"mysql": "2.18.1",
"mysqldump": "^3.2.0",
"node-cron": "3.0.2",
"node-fetch": "3.3.2",
"yesno": "0.4.0"
},
"devDependencies": {
"@types/mysql": "^2.15.21",
"typescript": "5.0.4"
}
}