-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1 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
{
"author": "bamboechop <[email protected]>",
"description": "Checks TODO comments and informs about missing Jira ticket mentions",
"devDependencies": {
"eslint": "^8.39.0",
"eslint-plugin-eslint-plugin": "^5.0.8",
"eslint-plugin-node": "^11.1.0",
"mocha": "^10.2.0"
},
"engines": {
"node": "12.x || 14.x || >= 16 || >= 18"
},
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"jira",
"jiraticket",
"jira-ticket",
"jiraticketcomment",
"jira-ticket-comment",
"jiratickettodocomment",
"jira-ticket-todo-comment",
"todo",
"todocomment",
"todo-comment"
],
"license": "ISC",
"main": "lib/index.js",
"name": "eslint-plugin-jira-ticket-todo-comment",
"peerDependencies": {
"eslint": ">=6"
},
"repository": {
"type": "git",
"url": "https://github.com/bamboechop/eslint-plugin-jira-ticket-todo-comment"
},
"scripts": {
"lint": "eslint .",
"test": "mocha tests --recursive"
},
"version": "1.0.5"
}