-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 759 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": "bubo2",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Huusky/bubo2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Huusky/bubo2/issues"
},
"homepage": "https://github.com/Huusky/bubo2#readme",
"devDependencies": {
"@types/better-sqlite3": "^7.4.0",
"@types/glob": "^7.1.4",
"@types/node": "^16.6.1",
"typescript": "^4.3.5"
},
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"better-sqlite3": "^7.4.3",
"discord-api-types": "^0.22.0",
"discord.js": "^13.1.0",
"glob": "^7.1.7"
}
}