-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 890 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
{
"name": "jobfinderbot",
"version": "1.0.0",
"description": "JobFinderBot is a discord bot that helps you look for jobs on websites like Indeed and Monster.",
"main": "launcher.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./launcher.js",
"dev": "npx nodemon ./launcher.js"
},
"author": "Vyacheslav Gorbov",
"homepage": "TBD",
"repository": {
"type": "git",
"url": "git+https://github.com/vyacheslav31/JobFinderBot.git"
},
"bugs": "https://github.com/vyacheslav31/JobFinderBot/issues",
"license": "MIT",
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"axios": "^0.21.4",
"better-sqlite3": "^7.4.3",
"discord-api-types": "^0.23.1",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"node": "^16.9.1",
"nodemon": "^2.0.13"
}
}