-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 995 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 995 Bytes
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
{
"name": "sl-netengcc-mta-sts",
"version": "1.0.1",
"description": "Deploys .well-known/mta-sts.txt file for sl.neteng.cc",
"keywords": [
"mta-sts",
"mta-sts-txt",
"mail",
"well-known"
],
"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/sl-netengcc-mta-sts.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": {
"lint:md": "npx markdownlint-cli2 \"**/*.{md,markdown}\" \"#node_modules/**\"",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"checkout": "npm run lint:md && npm run format"
},
"devDependencies": {
"markdownlint": "^0.40.0",
"markdownlint-cli2": "^0.20.0",
"prettier": "^3.7.4"
}
}