forked from jslint-org/jslint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1017 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
{
"bin": {
"jslint": "jslint.mjs"
},
"bugs": {
"url": "https://github.com/jslint-org/jslint/issues"
},
"counter": 0,
"description": "JSLint, The JavaScript Code Quality and Coverage Tool",
"exports": {
"default": "./jslint_wrapper_cjs.cjs",
"import": "./jslint.mjs"
},
"fileCount": 34,
"keywords": [
"coverage-report",
"javascript",
"jslint",
"linter",
"zero-config",
"zero-dependency"
],
"license": "UNLICENSE",
"main": "./jslint_wrapper_cjs.cjs",
"module": "./jslint.mjs",
"name": "@jslint-org/jslint",
"repository": {
"type": "git",
"url": "git+https://github.com/jslint-org/jslint.git"
},
"scripts": {
"test": "node jslint.mjs v8_coverage_report=.artifact/coverage node test.mjs",
"test2": "sh jslint_ci.sh shCiBase"
},
"shCiArtifactUpload": 1,
"shCiPublishNpm": 1,
"type": "module",
"version": "2024.6.28"
}