forked from Tetrax-10/Spicetify-Extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 863 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
{
"name": "spicetify-extensions",
"description": "Spotify Extensions Developed by a Music Lover",
"author": "Tetrax-10",
"license": "MIT",
"homepage": "https://github.com/Tetrax-10/Spicetify-Extensions#readme",
"repository": {
"type": "git",
"url": "https://github.com/Tetrax-10/Spicetify-Extensions.git"
},
"bugs": {
"url": "https://github.com/Tetrax-10/Spicetify-Extensions/issues"
},
"scripts": {
"format": "prettier --write ."
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"concurrently": "^8.0.1",
"eslint": "^8.40.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.6",
"sass": "^1.59.3",
"spicetify-creator": "^1.0.12"
}
}