-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 KB
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
37
38
39
40
41
42
43
{
"name": "osutify",
"version": "1.0.0",
"description": "Rhythm-based osu!-style mini-game synced to Spotify playback. Adaptive theming, multiple difficulties, and always-on-top Picture-in-Picture window.",
"private": true,
"scripts": {
"build": "spicetify-creator",
"build-local": "spicetify-creator --out=dist --minify",
"watch": "spicetify-creator --watch"
},
"license": "MIT",
"author": {
"name": "CrisKop",
"url": "https://criskop.com"
},
"repository": {
"type": "git",
"url": "https://github.com/CrisKop/osutify"
},
"bugs": {
"url": "https://github.com/CrisKop/osutify/issues"
},
"homepage": "https://github.com/CrisKop/osutify",
"keywords": [
"spicetify",
"spicetify-extensions",
"spotify",
"game",
"rhythm",
"osu"
],
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"spicetify-creator": "^1.0.17",
"typescript": "^6.0.3"
},
"dependencies": {
"react": "^19.2.6",
"react-dom": "^19.2.6",
"zustand": "^5.0.13"
}
}