-
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) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
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": "steamcollectiondiscordbot",
"version": "0.0.1",
"description": "an app to subsribe to steam collections and describe updates",
"main": "./src/index.js",
"scripts": {
"deploy": "node ./src/deploy-commands.js",
"prepare": "husky install",
"start": "node ./src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AshleyBlakeHood/SteamCollectionDiscordBot.git"
},
"author": "Ashley Blake-Hood",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/AshleyBlakeHood/SteamCollectionDiscordBot/issues"
},
"homepage": "https://github.com/AshleyBlakeHood/SteamCollectionDiscordBot#readme",
"dependencies": {
"@discordjs/rest": "^1.0.1",
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.12",
"cron": "^2.1.0",
"discord.js": "^14.1.2",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"pg": "^8.7.3",
"ws": "^8.8.1"
},
"devDependencies": {
"husky": "^8.0.1",
"pretty-quick": "^3.1.3"
}
}