-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1 KB
/
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
37
38
39
40
41
42
43
44
{
"name": "@stoe/uebersicht-github-contibutions",
"type": "module",
"version": "6.1.0",
"description": "A GitHub contibutions widget for http://tracesof.net/uebersicht",
"keywords": [
"uebersicht",
"widget",
"github",
"contibutions"
],
"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",
"directories": {
"lib": "lib"
},
"scripts": {
"format": "npx prettier --config-precedence prefer-file --write . && eslint . --fix",
"pretest": "npx eslint-config-prettier ../../.eslint.config.js",
"test": "eslint ."
},
"dependencies": {
"@octokit/graphql": "^8.1.1",
"dayjs": "^1.11.13"
},
"devDependencies": {},
"prettier": "@github/prettier-config"
}