-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "@pluralsh/eslint-config-typescript",
"version": "2.4.0",
"description": "A modern eslint typescript configuration",
"author": "Plural (https://plural.sh)",
"license": "MIT",
"homepage": "https://github.com/pluralsh/eslint-config-typescript#readme",
"bugs": {
"url": "https://github.com/pluralsh/eslint-config-typescript/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pluralsh/eslint-config-typescript.git"
},
"keywords": [
"eslint",
"typescript",
"plural",
"pluralsh"
],
"main": "index.js",
"engines": {
"node": "18.19.1"
},
"packageManager": "yarn@3.8.1",
"dependencies": {
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@pluralsh/eslint-config-pluralsh": "1.4.44",
"@types/node": "18.19.26",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.1",
"typescript": "4.9.5"
},
"devDependencies": {
"conventional-changelog-conventionalcommits": "6.1.0"
}
}