-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 892 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 892 Bytes
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
{
"name": "ticket-bot",
"version": "1.0.1",
"description": "A ticket bot made by Neocle and Zyztem",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.7",
"better-sqlite3": "^11.5.0",
"connect-sqlite3": "^0.9.15",
"cors": "^2.8.5",
"discord-html-transcripts": "^3.2.0",
"discord-strategy": "^2.2.0",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"express": "^4.21.2",
"express-session": "^1.18.1",
"moment": "^2.30.1",
"node-fetch": "^2.7.0",
"passport": "^0.7.0"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"devDependencies": {
"nodemon": "^3.1.7"
}
}