-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1008 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
33
34
35
{
"name": "volume-profiles",
"version": "2.2.0",
"private": true,
"license": "MIT",
"scripts": {
"setup": "spicetify restore && spicetify backup && spicetify enable-devtools",
"postsetup": "lefthook install",
"upgradeDeps": "ncu",
"audit": "bun i --yarn && yarn audit",
"lint": "biome check --write",
"build": "spicetify-creator",
"postbuild": "spicetify apply",
"build-local": "spicetify-creator --out=dist --minify",
"watch": "spicetify-creator --watch"
},
"dependencies": {
"@types/node": "^22.13.0",
"arrive": "^2.5.2",
"lodash": "^4.17.21",
"spcr-settings": "^1.3.1",
"umbrellajs": "^3.3.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/arrive": "^2.4.4",
"@types/mousetrap": "^1.6.15",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"lefthook": "^1.10.10",
"npm-check-updates": "^17.1.14",
"spicetify-creator": "^1.0.17"
},
"trustedDependencies": ["@biomejs/biome"]
}