-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 736 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
{
"name": "meowbert",
"version": "1.5.0",
"description": "meow. i'm a discord bot.",
"main": "index.ts",
"scripts": {
"start": "ts-node src/Bot.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "heroldev",
"license": "ISC",
"devDependencies": {
"@types/bluebird": "^3.5.36",
"@types/cron": "^2.0.0",
"@types/node": "^17.0.34",
"@types/sqlite3": "^3.1.8",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
},
"dependencies": {
"@discordjs/builders": "^0.13.0",
"@discordjs/rest": "^0.4.1",
"bluebird": "^3.7.2",
"cron": "^2.0.0",
"discord-api-types": "^0.33.0",
"discord.js": "^13.7.0",
"dotenv": "^16.0.1",
"sqlite3": "^5.1.5"
}
}