generated from teshi9459/discord-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 924 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
{
"name": "tesh",
"version": "1.0.0",
"description": "discord.js v14",
"main": "index.js",
"scripts": {
"dev": "nodemon",
"start": "node .",
"boot": "echo FETCH DATA;git pull origin main; npm install; nodemon -x 'node index.js || touch index.js'",
"boot2": "echo .....BOOT.....;gh repo sync; npm install; nodemon -x 'node index.js || touch index.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teshi9459/tesh.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/teshi9459/tesh/issues"
},
"homepage": "https://github.com/teshi9459/tesh#readme",
"dependencies": {
"better-sqlite3": "^7.6.2",
"cors": "^2.8.5",
"discord.js": "^14.3.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mysql": "^2.18.1",
"mysql2": "^3.6.0",
"nodemon": "^2.0.20",
"ping": "^0.4.4",
"sqlite3": "^5.1.4"
}
}