-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 830 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 830 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
35
36
37
{
"name": "fivem-vehicle-validator",
"version": "1.0.0",
"description": "Validate FiveM vehicle resources - check fxmanifest, meta files, YTD sizes, texture compression, and folder structure",
"main": "src/index.js",
"bin": {
"fivem-validate": "bin/cli.js"
},
"scripts": {
"test": "node test/run.js"
},
"keywords": [
"fivem",
"gta5",
"gtav",
"vehicle",
"validator",
"fxmanifest",
"ytd",
"yft",
"texture",
"resource",
"addon",
"fivem-resource",
"gta5-mods"
],
"author": "FiveMRides <dev@fivemrides.com> (https://fivemrides.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/PrestigeRoleplay/fivem-vehicle-validator"
},
"homepage": "https://fivemrides.com",
"engines": {
"node": ">=16.0.0"
}
}