-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 895 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 895 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
{
"name": "sync_reports",
"author": "unitysync",
"version": "1.1.1",
"license": "LGPL-3.0-or-later",
"description": "",
"type": "module",
"scripts": {
"build": "node scripts/build.js",
"watch": "node scripts/build.js --watch",
"format": "biome format --write",
"lint": "biome lint --write"
},
"keywords": ["fivem"],
"repository": {
"type": "git",
"url": "https://github.com/unitysync/sync_reports.git"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@citizenfx/client": "latest",
"@citizenfx/server": "latest",
"@overextended/fx-utils": "^0.0.4",
"@types/node": "^20.17.5",
"esbuild": "^0.23.1",
"typescript": "^5.6.3"
},
"dependencies": {
"@jgoz/esbuild-plugin-typecheck": "^4.0.2",
"@nativewrappers/fivem": "latest",
"@overextended/ox_lib": "^3.30.0",
"@overextended/oxmysql": "^1.4.2"
}
}