-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.2 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.2 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
48
49
50
51
{
"name": "lea-bot",
"version": "7.9.9.1",
"description": "FreshRP (FiveM GTA V roleplay) Discord bot for LEA - making internal police department actions easier.",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node --no-warnings index.js start",
"test": "node --no-warnings index.js test",
"site:dev": "vite --host",
"site:build": "vite build",
"site:preview": "vite preview",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"keywords": [
"discord-bot",
"discord",
"bot",
"chatbot",
"fivem",
"roleplay",
"gta5",
"gtav",
"police"
],
"author": "PetyXbron",
"license": "CC-BY-NC-ND-4.0",
"bugs": {
"url": "https://github.com/ArimDev/LEA-bot/issues"
},
"homepage": "https://github.com/ArimDev/LEA-bot",
"engines": {
"node": ">=16.9.0"
},
"dependencies": {
"axios": "1.x",
"discord.js": "14.17.x",
"dotenv": "^16.5.0",
"express": "^4.21.2",
"vue": "3.x",
"vue-router": "4.x"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.x",
"vite": "6.x",
"vite-plugin-html": "3.x",
"vitepress": "1.x"
}
}