|
2 | 2 | "name": "ControllerTools",
|
3 | 3 | "version": "1.1.2",
|
4 | 4 | "description": "The missing game controller menu. Displays the current battery % and charging status",
|
| 5 | + "type": "module", |
5 | 6 | "scripts": {
|
6 | 7 | "build": "shx rm -rf dist && rollup -c",
|
7 | 8 | "watch": "rollup -c -w",
|
|
24 | 25 | ],
|
25 | 26 | "author": {
|
26 | 27 | "name": "Jose Fernandez",
|
27 |
| - |
| 28 | + |
28 | 29 | "url": "https://github.com/jfernandez"
|
29 | 30 | },
|
30 | 31 | "contributors": [
|
|
36 | 37 | ],
|
37 | 38 | "license": "GPLv3",
|
38 | 39 | "bugs": {
|
39 |
| - "url": "https://github.com/alphamercury/ControllerTools/issues" |
| 40 | + "url": "https://github.com/jfernandez/ControllerTools/issues" |
40 | 41 | },
|
41 |
| - "homepage": "https://github.com/alphamercury/ControllerTools#readme", |
| 42 | + "homepage": "https://github.com/jfernandez/ControllerTools#readme", |
42 | 43 | "devDependencies": {
|
43 | 44 | "@rollup/plugin-commonjs": "^21.1.0",
|
44 | 45 | "@rollup/plugin-json": "^4.1.0",
|
|
47 | 48 | "@rollup/plugin-typescript": "^8.3.3",
|
48 | 49 | "@types/react": "16.14.0",
|
49 | 50 | "@types/webpack": "^5.28.0",
|
50 |
| - "chrome-remote-interface": "^0.31.3", |
51 | 51 | "rollup": "^2.77.1",
|
52 | 52 | "rollup-plugin-import-assets": "^1.1.1",
|
53 | 53 | "shx": "^0.3.4",
|
54 | 54 | "tslib": "^2.4.0",
|
55 | 55 | "typescript": "^4.7.4"
|
56 | 56 | },
|
57 | 57 | "dependencies": {
|
58 |
| - "decky-frontend-lib": "^3.19.2", |
| 58 | + "decky-frontend-lib": "^3.25.0", |
59 | 59 | "react-icons": "^4.4.0"
|
60 | 60 | },
|
61 | 61 | "pnpm": {
|
|
0 commit comments