-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.29 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.29 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
{
"name": "grayjay-spotify-plugin",
"version": "1.0.0",
"description": "make spotify work",
"homepage": "https://gitlab.futo.org/videostreaming/plugins/spotify",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://gitlab.futo.org/videostreaming/plugins/spotify.git"
},
"keywords": [
"spotify",
"grayjay"
],
"author": "Kai DeLorenzo",
"license": "MPL-2.0",
"bugs": {
"url": "https://gitlab.futo.org/videostreaming/plugins/spotify/issues"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^22.13.9",
"@eslint/js": "^9.21.0",
"eslint": "^9.21.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.0",
"@kaidelorenzo/grayjay-polyfill": "gitlab:kaidelorenzo/grayjay-polyfill#9a48957ba321192416e820002aab528104567654",
"@types/grayjay-source": "gitlab:kaidelorenzo/grayjay-plugin-types#e60d32f2019509c98b78224faa4e4b9092ba0ab9"
},
"scripts": {
"test": "node --test",
"debug-build": "node src/utilities/build.js \"http://localhost:8080\"",
"build": "node src/utilities/build.js",
"dev": "node src/utilities/dev.js",
"lint": "npx eslint .",
"release": "node src/utilities/release.js"
}
}