-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 795 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 795 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
{
"name": "aotyfy",
"description": "🔹 Album of the Year user & critic ratings for Spotify.",
"version": "2.1.4",
"author": "woidzero",
"private": true,
"license": "MIT",
"scripts": {
"watch": "spicetify watch -e",
"format": "prettier --write .",
"build": "spicetify-creator",
"build:extras": "node ./scripts/extras.js",
"release": "bun run build:extras && spicetify-creator --out=dist --minify"
},
"dependencies": {
"axios": "^1.14.0",
"cheerio": "^1.2.0",
"jquery": "^4.0.0"
},
"devDependencies": {
"@types/jquery": "^4.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"marked": "^18.0.0",
"prettier": "^3.8.1",
"spicetify-creator": "^1.0.17",
"typescript": "^6.0.2"
},
"type": "module"
}