-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 968 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 968 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
33
34
35
36
37
38
{
"name": "ohto-ai",
"version": "0.1.9",
"description": "a discord giveaway bot by abiyyu 1098#3371",
"main": "index.js",
"dependencies": {
"config.json": "0.0.4",
"discord-giveaways": "^4.2.1",
"discord.js": "^12.4.1",
"express": "^4.17.1",
"fs": "0.0.1-security",
"get": "^1.4.0",
"moment": "^2.29.1",
"ms": "^2.1.2",
"nedb": "^1.8.0",
"os": "^0.1.1",
"path": "^0.12.7",
"topgg-autoposter": "^2.0.1"
},
"devDependencies": {
"nodemon": "^2.0.6"
},
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"pm2": "pm2 start index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/abiyyu1098/giveaway-bot-with-req.git",
},
"author": "sujalgoel",
"license": "MIT",
"bugs": {
"url": "https://github.com/abiyyu1098/giveaway-bot-with-req/issues",
},
"homepage": "https://github.com/abiyyu1098/giveaway-bot-with-req/blob/main/README.md",
}