-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.25 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
38
39
40
41
42
43
44
45
46
47
{
"dependencies": {
"date-fns": "^4.1.0",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"encodeurl": "^2.0.0",
"express": "^4.21.2",
"mathjs": "^13.0.3",
"mongodb": "^6.8.0",
"mongoose": "^8.5.1"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/node": "^20.14.12",
"concurrently": "^9.1.2",
"nodemon": "^3.1.4",
"tsx": "^4.21.0",
"typescript": "^5.8.3"
},
"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": "npx tsx ./src/index.ts",
"build": "npm install -D tsx",
"dev": "concurrently \"tsc --watch\" \"nodemon dist/index.js -e ts,json\"",
"buildStructure": "tree >> structure.txt --filesfirst -F --gitignore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coreqt/osBot.git"
},
"keywords": [
"discord",
"discord-bot",
"prefix-bot",
"afk-bot"
],
"author": "@coreqt",
"license": "MIT",
"bugs": {
"url": "https://github.com/coreqt/osBot/issues"
},
"homepage": "https://github.com/coreqt/osBot#readme"
}