-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.22 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "lemonui",
"version": "0.1.0",
"description": "Framework for GTA V that allows you to create and modify UI elements",
"main": "index.js",
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"lint": "eslint ./src/** -c .eslintrc.json",
"fix": "eslint ./src/** -c .eslintrc.json --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LemonUIbyLemon/LemonUI_TS.git"
},
"keywords": [
"gta",
"fivem",
"redm",
"ragemp",
"altv"
],
"author": "Lemon",
"license": "MIT",
"bugs": {
"url": "https://github.com/LemonUIbyLemon/LemonUI_TS/issues"
},
"homepage": "https://github.com/LemonUIbyLemon/LemonUI_TS",
"dependencies": {
"typescript": "^4.6.2"
},
"devDependencies": {
"@citizenfx/client": "^2.0.5610-1",
"@types/ragemp-c": "github:CocaColaBear/types-ragemp-c#v2.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2"
}
}