-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.1 KB
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
{
"name": "wl-loading",
"version": "0.8.0",
"description": "Simple loading screen for future-world",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"src/ts/*.ts\"",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"watch": "webpack --mode development --watch true",
"buildLoadingScreen": "webpack --mode development --config=\"./webpack.config.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/fivem-wl/wl-loading.git"
},
"keywords": [
"fivem"
],
"author": "youkatei",
"license": "ISC",
"bugs": {
"url": "https://github.com/fivem-wl/wl-loading/issues"
},
"homepage": "https://github.com/fivem-wl/wl-loading#readme",
"devDependencies": {
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"eslint": "^7.20.0",
"file-loader": "^6.2.0",
"get-user-locale": "^1.4.0",
"prettier": "^2.2.1",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^5.27.2",
"webpack-cli": "^4.5.0"
}
}