-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.14 KB
/
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
37
38
39
40
41
42
43
{
"dependencies": {
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"encodeurl": "^2.0.0",
"express": "^4.19.2",
"mathjs": "^13.0.3",
"mongodb": "^6.8.0",
"mongoose": "^8.5.1",
"typescript": "^5.5.4"
},
"devDependencies": {
"@types/node": "^20.14.12",
"nodemon": "^3.1.4"
},
"name": "osbot",
"description": "<b>It is a prefix based Discord Bot Created in Node.js</b>",
"version": "2.5.0",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index.js",
"build": "npm i && tsc",
"dev": "nodemon --exec \"tsc && node dist/index.js\" -e \"ts json\"",
"buildStructure": "tree >> structure.txt --filesfirst -F --gitignore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anuj-weebjs/osBot.git"
},
"keywords": [
"discord",
"discord-bot",
"prefix-bot",
"afk-bot"
],
"author": "@weeb.js",
"license": "MIT",
"bugs": {
"url": "https://github.com/anuj-weebjs/osBot/issues"
},
"homepage": "https://github.com/anuj-weebjs/osBot#readme"
}