-
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) · 824 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 824 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-joaat-hash",
"version": "1.0.0",
"description": "JOAAT (Jenkins One-At-A-Time) hash calculator for FiveM & GTA V. Compute vehicle spawn name hashes via CLI or API.",
"main": "src/index.js",
"bin": {
"joaat": "bin/cli.js"
},
"scripts": {
"test": "node test/run.js"
},
"keywords": [
"fivem",
"joaat",
"hash",
"gta5",
"vehicle",
"spawn",
"jenkins",
"gtav",
"rage",
"codewalker"
],
"author": "FiveMRides (https://fivemrides.com)",
"license": "MIT",
"homepage": "https://fivemrides.com",
"repository": {
"type": "git",
"url": "git+https://github.com/PrestigeRoleplay/fivem-joaat-hash.git"
},
"bugs": {
"url": "https://github.com/PrestigeRoleplay/fivem-joaat-hash/issues"
},
"engines": {
"node": ">=12.0.0"
}
}