-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
58 lines (58 loc) · 1.8 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "i-doit-scripts",
"description": "Useful scripts to maintain i-doit",
"keywords": [
"i-doit",
"idoit",
"CMDB",
"IT documentation",
"it assets",
"it asset management",
"ITAM",
"documentation",
"docs",
"documentation of things",
"configuration items"
],
"version": "0.0.0-dev",
"homepage": "https://i-doit.com/",
"repository": {
"type": "git",
"url": "https://github.com/i-doit/scripts"
},
"bugs": {
"url": "https://github.com/i-doit/scripts/issues"
},
"license": "AGPL-3.0-or-later",
"author": "synetics GmbH <[email protected]> (https://i-doit.com/)",
"devDependencies": {
"npm-run-all": "^4.1",
"remark-cli": "^9.0",
"remark-frontmatter": "^3",
"remark-lint": "^8.0",
"remark-lint-match-punctuation": "^0.2.0",
"remark-lint-no-dead-urls": "^1.1.0",
"remark-lint-no-empty-sections": "^4.0.0",
"remark-lint-no-long-code": "^0.1.2",
"remark-lint-no-repeat-punctuation": "^0.1.3",
"remark-lint-no-trailing-spaces": "^2.0.1",
"remark-lint-write-good": "^1.2.0",
"remark-normalize-headings": "^2",
"remark-preset-lint-consistent": "^4.0",
"remark-preset-lint-recommended": "^5.0"
},
"scripts": {
"test": "run-s test:*",
"test:markdown": "remark --ignore-path .gitignore .",
"test:shell": "shellcheck i-doit.sh idoit idoit-backup idoit-hotfix idoit-install idoit-jobs idoit-pwd idoit-restore idoit-support",
"test:yaml": "git ls-files | grep -E '\\.(yml|yaml|.yml.dist)$' | xargs yamllint"
},
"os": [
"darwin",
"linux"
],
"engines": {
"node": ">=14.16.0",
"npm": ">=6.7.0"
}
}