-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.3 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
{
"name": "@dazn/eslint-plugin-kopytko",
"version": "2.1.0",
"description": "Set of brightscript rules for eslint",
"main": "src/index.js",
"keywords": [
"brightscript",
"eslint",
"kopytko",
"lint",
"roku"
],
"scripts": {
"test": "jest"
},
"files": [
"src"
],
"dependencies": {
"@roku-road/bright": "^1.3.2"
},
"peerDependencies": {
"eslint": "^8.9.0"
},
"contributors": [
"Radosław Zambrowski <[email protected]>",
"Paweł Hertman <[email protected]>",
"Tomasz Rejment <[email protected]>",
"Błażej Chełkowski <[email protected]>",
"Tomasz Bazelczuk <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/getndazn/kopytko-eslint-plugin.git"
},
"bugs": {
"url": "https://github.com/getndazn/kopytko-eslint-plugin/issues"
},
"publishConfig": {
"access": "public"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/github"
]
},
"devDependencies": {
"jest": "^27.5.1"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
}
}