-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 903 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
{
"name": "@moonstar-x/eslint-config",
"version": "1.0.0",
"description": "A shareable ESLint config used by moonstar-x.",
"files": [
"rules/**/*"
],
"author": "moonstar-x",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/moonstar-x/eslint-config-moonstar-x.git"
},
"bugs": {
"url": "https://github.com/moonstar-x/eslint-config-moonstar-x/issues"
},
"homepage": "https://github.com/moonstar-x/eslint-config-moonstar-x#readme",
"keywords": [
"eslint",
"eslintconfig",
"moonstar-x",
"eslint-moonstar-x",
"eslint-config-moonstar-x"
],
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=7",
"eslint": ">=8"
},
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@typescript-eslint/parser": "^7.17.0",
"eslint-config-react-app": "^7.0.1"
}
}