-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.12 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
39
40
41
42
43
44
45
46
{
"name": "@natoboram/.dotfiles",
"version": "0.0.0",
"description": "My personal dotfiles",
"keywords": [
"dotfiles"
],
"homepage": "https://github.com/NatoBoram/.dotfiles",
"bugs": {
"url": "https://github.com/NatoBoram/.dotfiles/issues",
"email": "10495562+NatoBoram@users.noreply.github.com"
},
"license": "AGPL-3.0-or-later",
"author": {
"name": "Nato Boram",
"url": "https://github.com/NatoBoram",
"email": "10495562+NatoBoram@users.noreply.github.com"
},
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/NatoBoram"
},
{
"type": "patreon",
"url": "https://www.patreon.com/NatoBoram"
},
{
"type": "individual",
"url": "https://paypal.me/NatoBoram/5"
}
],
"repository": "github:NatoBoram/.dotfiles",
"scripts": {
"format": "prettier --write .",
"lint": "markdownlint-cli2 \"**/*.md\" && prettier --check .",
"lint:fix": "markdownlint-cli2 \"**/*.md\" --fix; prettier --list-different --write ."
},
"devDependencies": {
"@prettier/plugin-xml": "^3.4.2",
"markdownlint-cli2": "^0.22.1",
"prettier": "^3.8.3"
},
"type": "module",
"private": true
}