-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.5 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
{
"name": "fluid-lint-all",
"version": "1.2.12",
"description": "Run the Fluid community's standard linting checks.",
"main": "index.js",
"bin": {
"fluid-lint-all": "./src/js/launcher.js"
},
"scripts": {
"lint": "node src/js/launcher.js",
"pretest": "npx rimraf coverage/* reports/*",
"test": "npx nyc@15.1.0 node tests/all-tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluid-project/fluid-lint-all.git"
},
"author": "Tony Atkins <tony@raisingthefloor.org>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/fluid-project/fluid-lint-all/issues"
},
"homepage": "https://github.com/fluid-project/fluid-lint-all",
"dependencies": {
"@prantlf/jsonlint": "11.7.0",
"@stylistic/eslint-plugin-js": "2.7.2",
"@textlint/markdown-to-ast": "13.3.1",
"eslint": "8.57.0",
"eslint-config-fluid": "2.1.3",
"eslint-plugin-jsdoc": "50.2.2",
"eslint-plugin-markdown": "1.0.2",
"fluid-glob": "1.0.7",
"infusion": "4.6.0",
"js-yaml": "4.1.0",
"json5": "2.2.3",
"lintspaces": "0.10.2",
"markdownlint": "0.27.0",
"markdownlint-config-fluid": "0.1.8",
"minimatch": "7.4.2",
"minimist": "1.2.8",
"stylelint": "13.13.1",
"stylelint-config-fluid": "0.2.1"
},
"devDependencies": {
"fs-extra": "^11.1.1",
"node-jqunit": "1.1.9"
}
}