-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.39 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
{
"name": "r6roulette",
"version": "1.8.0",
"description": "Tom Clancy's Rainbow Six Siege operator randomizer that display a random operator, random gun selection, and random equipment. ",
"repository": {
"type": "git",
"url": "git+https://github.com/LonoxX/r6roulette.git"
},
"bugs": {
"url": "https://github.com/LonoxX/r6roulette/issues"
},
"homepage": "https://github.com/LonoxX/r6roulette#readme",
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server --config webpack.config.js",
"format": "npx prettier . --write"
},
"keywords": [
"R6 Roulette, Rainbow Six Siege, random operator generator, random loadout, operator randomizer, operator picker, random operators, FPS game, tactical shooter, team-based multiplayer, operator challenges, random attacker, random defender, R6 loadout randomizer, R6 strat roulette, Siege operator wheel, R6 randomizer, tactical challenges, gameplay variety, Rainbow Six Siege randomizer, R6 operator roulette"
],
"author": "LonoxX",
"license": "GPL-3.0 license",
"dependencies": {
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.0",
"style-loader": "^4.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"prettier": "3.3.3",
"webpack-dev-server": "^5.1.0"
}
}