-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
28 lines (28 loc) · 1.03 KB
/
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
{
"name": "ragemp-altv-bridge",
"version": "1.0.12",
"description": "RAGE Multiplayer alt:V Bridge. This package provides a bridge between RAGE Multiplayer and alt:V. It allows you to use RAGEMP code in alt:V.",
"keywords": [
"ragemp",
"altv",
"bridge",
"bridge-ragemp-altv",
"ragemp-altv-bridge"
],
"author": "alt:V Bridge Team",
"license": "MIT",
"homepage": "https://github.com/altmp/ragemp-altv-bridge",
"bugs": {
"url": "https://github.com/altmp/ragemp-altv-bridge/issues"
},
"scripts": {
"install": "cd bindings && npm install && cd ../nativegen && npm install && cd ../testlib && npm install && cd ../tests && npm install",
"ci": "cd bindings && npm ci && cd ../nativegen && npm ci && cd ../testlib && npm ci && cd ../tests && npm ci",
"build": "cd bindings && npm run build",
"update-natives": "cd nativegen && npm run start"
},
"devDependencies": {
"eslint": "^9.0.0",
"shx": "^0.3.4"
}
}