-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.39 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
{
"name": "@dsmjs/eslint-config-cucumber",
"description": "Shareable config for ESLint for Cucumber.js tests",
"license": "MIT",
"version": "0.0.0-semantically-released",
"files": [
"example.js",
"index.js"
],
"publishConfig": {
"access": "public"
},
"runkitExampleFilename": "./example.js",
"repository": "dsmjs/eslint-config-cucumber",
"bugs": "https://github.com/dsmjs/eslint-config-cucumber/issues",
"homepage": "https://npm.im/@dsmjs/eslint-config-cucumber",
"author": "dsmJS <[email protected]> (https://dsmjs.com)",
"scripts": {
"test": "npm-run-all --print-label --parallel lint:*",
"lint:lockfile": "lockfile-lint --path package-lock.json --type npm --validate-https --allowed-hosts npm",
"lint:md": "remark . --frail",
"lint:js": "eslint .",
"generate:md": "remark . --output",
"lint:sensitive": "ban",
"lint:peer": "npm ls >/dev/null",
"prepare": "husky install"
},
"devDependencies": {
"@dsmjs/eslint-config": "1.0.118",
"@dsmjs/remark-preset-lint": "2.0.17",
"ban-sensitive-files": "1.9.18",
"commitlint-config-dsmjs": "1.0.51",
"cz-conventional-changelog": "3.3.0",
"husky": "8.0.3",
"lockfile-lint": "4.10.0",
"npm-run-all": "4.1.5",
"remark-cli": "11.0.0",
"remark-toc": "8.0.1",
"remark-usage": "10.0.1"
},
"dependencies": {
"@form8ion/eslint-config-cucumber": "1.4.1"
}
}