-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 921 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
31
32
33
34
35
36
{
"dependencies": {
"@discordjs/builders": "^0.10.0",
"@discordjs/rest": "^0.2.0-canary.0",
"discord-api-types": "^0.26.1",
"discord.js": "^13.9.2",
"dotenv": "^10.0.0",
"topgg-autoposter": "^2.0.1"
},
"name": "discordmemories",
"description": "A simple bot to look at past memories",
"version": "2.12.0",
"main": "index.js",
"engines": {
"node": "^16.14.2",
"npm": "8.*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node -r dotenv/config src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lennysgarage/DiscordMemories.git"
},
"keywords": [
"heroku",
"discord.js"
],
"author": "lennysgarage",
"license": "MIT",
"bugs": {
"url": "https://github.com/lennysgarage/DiscordMemories/issues"
},
"homepage": "https://github.com/lennysgarage/DiscordMemories#readme"
}