-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "@trilogy-group/eslint-config",
"version": "0.0.0",
"description": "Shareable eslint config",
"main": "index.js",
"repository": {
"type": "git",
"url": "github:trilogy-group/eslint-config"
},
"keywords": [
"eslint",
"eslintconfig"
],
"author": "Sérgio P Bernardes",
"bugs": {
"url": "https://github.com/trilogy-group/eng-code-rules/issues"
},
"homepage": "https://github.com/trilogy-group/eng-code-rules#readme",
"scripts": {
"test": "cd test && npx eslint *.ts"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.2",
"eslint-plugin-promise": "^6.0.0"
},
"devDependencies": {
"semantic-release": "^17.4.7",
"typescript": "^4.9.3"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "restricted"
},
"release": {
"branches": [
"main"
]
}
}