-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 862 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 862 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
33
34
35
36
37
{
"name": "aa-bot",
"version": "1.0.0",
"description": "DiscordBot for AhoAho Server",
"main": "build/main.js",
"scripts": {
"start": "node build/main.js",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aa-proj/AA-Bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aa-proj/AA-Bot/issues"
},
"homepage": "https://github.com/aa-proj/AA-Bot#readme",
"dependencies": {
"axios": "^1.1.3",
"cors": "^2.8.5",
"discord.js": "^14.13.0",
"express": "^4.18.2",
"puppeteer": "^19.2.2",
"sqlite3": "^5.1.2",
"typeorm": "^0.2.30",
"typescript": "^5.2.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.14",
"@types/node": "^18.11.9",
"@types/uuid": "^8.3.4"
}
}