forked from i-doit/scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 908 Bytes
/
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
{
"name": "i-doit-scripts",
"description": "Useful scripts to maintain i-doit",
"keywords": [
"i-doit",
"cmdb",
"documentation",
"assets",
"it asset management",
"configuration items"
],
"version": "0.0.0-dev",
"homepage": "https://i-doit.com/",
"repository": {
"type": "git",
"url": "https://github.com/bheisig/i-doit-scripts"
},
"bugs": {
"url": "https://github.com/bheisig/i-doit-scripts/issues"
},
"license": "AGPL-3.0-or-later",
"author": "Benjamin Heisig <bheisig@i-doit.com> (https://i-doit.com/)",
"dependencies": {
"remark-cli": "^6.0.1",
"remark-lint": "^6.0.5",
"remark-preset-lint-recommended": "^3.0.3",
"yaml-lint": "^1.2.4"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
}
}