-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 883 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 883 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
{
"name": "@banabyte/fgdrp-loadingscreen",
"description": "The Family Guy DarkRP loading screen.",
"version": "1.0.0",
"private": true,
"scripts": {
"lint": "eslint . --fix --ext .js",
"lint:ci": "eslint . --ext .js"
},
"engines": {
"pnpm": ">=8.0.0",
"node": ">=18.18.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Banabyte/FGDRP-LoadingScreen.git"
},
"author": "DamienVesper",
"license": "ISC",
"bugs": {
"url": "https://github.com/Banabyte/FGDRP-LoadingScreen/issues"
},
"homepage": "https://cdn.banabyte.com/gmod/load/fgdrp",
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"eslint": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-promise": "^7.0.0"
}
}