-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 936 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
40
41
42
{
"name": "@globalbrain/eslint-config",
"version": "1.7.1",
"packageManager": "pnpm@9.7.0",
"description": "The Global Brain ESLint Config.",
"author": "Kia Ishii <ka.ishii@globalbrains.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:globalbrain/eslint-config.git"
},
"bugs": {
"url": "https://github.com/globalbrain/eslint-config/issues"
},
"keywords": [
"eslint",
"eslint config"
],
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"lint": "eslint --fix .",
"release": "release-it"
},
"peerDependencies": {
"eslint": "^8.0.0"
},
"dependencies": {
"@antfu/eslint-config": "0.41.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"eslint": "^8.57.0",
"release-it": "^17.6.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}