-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
71 lines (71 loc) · 1.8 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"author": {
"email": "[email protected]",
"name": "Gajus Kuizinas",
"url": "http://gajus.com"
},
"dependencies": {
"@typescript-eslint/utils": "^8.2.0",
"chance": "^1.1.11",
"debug": "^4.3.4",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-module-utils": "^2.8.1",
"is-get-set-prop": "^1.0.0",
"is-js-type": "^2.0.0",
"is-obj-prop": "^1.0.0",
"is-proto-prop": "^2.0.0",
"lodash": "^4.17.21",
"natural-compare": "^1.4.0",
"recast": "^0.23.2",
"roarr": "^7.14.2",
"ts-unused-exports": "^9.0.3",
"xregexp": "^5.1.1"
},
"description": "Canonical linting rules for ESLint.",
"devDependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^9.0.1",
"@types/chance": "^1.1.3",
"@types/node": "^18.11.18",
"@typescript-eslint/parser": "^8.2.0",
"@typescript-eslint/rule-tester": "^8.2.0",
"@typescript-eslint/types": "^8.2.0",
"ajv": "^8.11.0",
"eslint": "^9.9.0",
"eslint-config-canonical": "^43.0.15",
"glob": "^7.2.0",
"husky": "^7.0.4",
"mocha": "^10.2.0",
"react": "^18.2.0",
"semantic-release": "^20.0.0",
"tsx": "^3.12.7",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"dist",
"LICENSE"
],
"keywords": [
"eslint",
"plugin",
"canonical"
],
"license": "BSD-3-Clause",
"main": "./dist/src/index.js",
"name": "eslint-plugin-canonical",
"repository": {
"type": "git",
"url": "https://github.com/gajus/eslint-plugin-canonical"
},
"scripts": {
"build": "rm -fr ./dist && tsc",
"lint": "eslint .",
"test": "mocha --require tsx './tests/rules/*'"
},
"version": "0.0.0-development"
}