-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 928 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 928 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
34
35
36
{
"name": "deckbridge",
"version": "1.1.0",
"description": "Transparent phone internet sharing for SteamOS and Decky Loader",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Janleyx/DeckBridge.git"
},
"homepage": "https://github.com/Janleyx/DeckBridge#readme",
"bugs": {
"url": "https://github.com/Janleyx/DeckBridge/issues"
},
"author": "Janleyx",
"scripts": {
"build": "rollup -c",
"test": "tsc --noEmit"
},
"license": "MIT",
"devDependencies": {
"@decky/rollup": "^1.0.2",
"@decky/ui": "^4.11.0",
"@rollup/rollup-linux-x64-musl": "^4.53.3",
"@types/react": "19.1.1",
"@types/react-dom": "19.1.1",
"@types/react-router": "5.1.20",
"rollup": "^4.53.3",
"typescript": "^5.6.2"
},
"dependencies": {
"@decky/api": "^1.1.3",
"react-router": "5.3.4",
"react-icons": "^5.3.0",
"tslib": "^2.7.0"
}
}