forked from kwert1k887/ragemp-pkg
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 804 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 804 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": "ragemp-pkg",
"version": "1.0.1",
"description": "Install RAGE:MP Binaries Quickly",
"keywords": [
"ragemp",
"cli",
"tool",
"RAGE:MP"
],
"bin": {
"ragemp-pkg": "bin/ragemp-pkg.cjs"
},
"homepage": "https://github.com/kwert1k887/ragemp-pkg#readme",
"bugs": {
"url": "https://github.com/kwert1k887/ragemp-pkg/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kwert1k887/ragemp-pkg.git"
},
"license": "ISC",
"author": "kwert8887",
"type": "module",
"main": "index.js",
"scripts": {
"build": "node esbuild.config.js"
},
"dependencies": {
"@types/node": "^24.0.12",
"axios": "^1.10.0",
"chalk": "^5.4.1",
"esbuild": "^0.25.6",
"inquirer": "^12.9.6",
"typescript": "^5.8.3"
}
}