-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 839 Bytes
/
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
{
"name": "gamepad-browse",
"version": "1.0.0",
"description": "Browse internet with a gamepad",
"main": "background.js",
"dependencies": {},
"devDependencies": {
"@types/chrome": "0.0.203",
"@types/gamepad": "1.5.0",
"copy-webpack-plugin": "~11.0.0",
"file-loader": "~6.2.0",
"ts-loader": "~9.4.2",
"typescript": "~4.9.3",
"webpack": "~5.75.0",
"webpack-cli": "~5.0.0"
},
"scripts": {
"start": "webpack --watch --mode=development",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mikemurko/gamepad-browse.git"
},
"author": "Mike Murkovic",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/mikemurko/gamepad-browse/issues"
},
"homepage": "https://gitlab.com/mikemurko/gamepad-browse#README"
}