-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 883 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
36
{
"name": "@stoe/uebersicht-nowplaying",
"version": "6.1.0",
"description": "A 'now playing' on Spotify/Music app widget for http://tracesof.net/uebersicht",
"keywords": [
"uebersicht",
"widget",
"spotify",
"music"
],
"author": {
"name": "Stefan Stölzle",
"email": "[email protected]",
"url": "https://github.com/stoe"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/stoe/uebersicht.git"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20",
"npm": ">=10"
},
"main": "index.jsx",
"scripts": {
"format": "npx prettier --config-precedence prefer-file --write . && eslint . --fix",
"pretest": "npx eslint-config-prettier ../../.eslint.config.js",
"test": "eslint ."
},
"devDependencies": {},
"prettier": "@github/prettier-config"
}