forked from overextended/ox_core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 864 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
37
38
{
"name": "@overextended/ox_core",
"author": "Overextended",
"version": "0.20.0",
"license": "LGPL-3.0-or-later",
"description": "A modern FiveM framework.",
"type": "module",
"scripts": {
"build": "node build.js --mode=production",
"watch": "node build.js"
},
"keywords": [
"fivem",
"ox_core",
"ox",
"overextended"
],
"repository": {
"type": "git",
"url": "https://github.com/overextended/ox_core.git"
},
"bugs": "https://github.com/overextended/ox_core/issues",
"devDependencies": {
"@citizenfx/client": "latest",
"@citizenfx/server": "latest",
"@types/node": "^20.11.16",
"esbuild": "^0.19.12",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
},
"dependencies": {
"@overextended/ox_lib": "^3.16.2",
"mariadb": "^3.2.3"
},
"engines": {
"node": ">=16.9.1"
}
}