-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 1 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
{
"name": "eslint-plugin-swarmia-dev",
"version": "9.0.1",
"description": "Shared config & custom rules for ESLint within Swarmia",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swarmia/eslint.git"
},
"author": "Swarmia Oy",
"license": "MIT",
"bugs": {
"url": "https://github.com/swarmia/eslint/issues"
},
"homepage": "https://github.com/swarmia/eslint#readme",
"dependencies": {
"@babel/eslint-parser": "7.23.3",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"eslint-config-prettier": "9.1.0",
"eslint-config-react": "1.1.7",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-security": "1.7.1",
"eslint-webpack-plugin": "4.0.1",
"prettier": "3.2.2",
"typescript": "5.3.3"
}
}