-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 915 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 915 Bytes
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
{
"name": "@react-bootstrap/eslint-config-typescript",
"version": "2.0.2",
"description": "eslint typescript config",
"author": "Jason Quense <monastic.panic@gmail.com>",
"homepage": "https://github.com/react-bootstrap/configs#readme",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-bootstrap/configs.git"
},
"dependencies": {
"@typescript-eslint/parser": "^4.0.1",
"@babel/eslint-parser": "^7.11.0",
"eslint-import-resolver-typescript": "^2.0.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^3.0.0",
"eslint-plugin-import": "^2.18.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"eslint-plugin-import": "^2.27.5"
}
}