-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 918 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
32
{
"name": "beatsaber-quest-pcvr-sync",
"description": "Sync your BeatSaber maps/playlists/favorites between the Quest and PCVR version of the game",
"version": "0.0.1",
"main": "src/index.ts",
"repository": "D3SOX/beatsaber-quest-pcvr-sync",
"author": "D3SOX",
"license": "GPL-3.0-or-later",
"type": "module",
"scripts": {
"dev": "tsx --watch .",
"start": "tsx .",
"lint": "eslint --ignore-path .gitignore --ext .ts src"
},
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"tsx": "^4.19.2",
"typescript": "~5.7.2"
},
"dependencies": {
"@u4/adbkit": "^4.1.20",
"chalk": "^5.4.1",
"inquirer": "^10.2.2",
"tar": "^7.4.3"
}
}