-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1003 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
35
36
37
38
39
{
"name": "unikka.linkchecker",
"version": "0.0.0",
"description": "Neos package that is able to crawl the whole page and check the links for broken links",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"commit": "git-cz",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com:Unikka/neos-linkchecker.git"
},
"keywords": [
"neos",
"neoscms",
"link-checker",
"crawler"
],
"author": "Markus Günther",
"license": "GNU GPLv3",
"bugs": {
"url": "https://github.com/Unikka/neos-linkchecker/issues"
},
"homepage": "https://github.com/Unikka/neos-linkchecker#readme",
"dependencies": {
"commitizen": "^4.2.4",
"conventional-changelog-eslint": "^3.0.1",
"cz-adapter-eslint": "^0.3.0",
"snyk": "^1.1064.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-adapter-eslint"
}
},
"snyk": true
}