-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.4 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.4 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
47
48
49
50
{
"name": "@netwk-pro/org-profile-pub",
"version": "1.1.24",
"description": "The GitHub public organization profile for Network Pro Strategies",
"keywords": [
"advisory",
"consulting",
"cybersecurity",
"networking",
"privacy",
"profile",
"security"
],
"homepage": "https://netwk.pro",
"bugs": {
"url": "https://github.com/netwk-pro/netwk-pro.github.io/issues/new/choose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netwk-pro/.github.git"
},
"license": "CC-BY-4.0 OR GPL-3.0-or-later",
"author": {
"name": "Scott Lopez",
"email": "github@sl.neteng.cc",
"url": "https://bio.netwk.pro"
},
"type": "module",
"scripts": {
"format": "prettier --check .",
"format:fix": "prettier --write .",
"lint:md": "npx markdownlint-cli2 \"**/*.{md,markdown}\" \"#node_modules/**\"",
"lint:all": "npm-run-all lint:md --sequential format",
"checkout": "npm run lint:all",
"delete": "rm -rf node_modules package-lock.json",
"clean": "npm run delete && npm cache clean --force && npm install",
"upgrade": "ncu -u --format group --color",
"check:updates": "ncu --format group --color"
},
"devDependencies": {
"browserslist": "^4.28.2",
"markdownlint": "^0.40.0",
"markdownlint-cli2": "0.22.0",
"npm-run-all": "^4.1.5",
"prettier": "3.8.2"
},
"overrides": {
"smol-toml": "^1.6.1"
}
}