-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.23 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
42
{
"name": "@futura-dev/eslint-config-typescript",
"version": "2.0.0-alpha.12",
"description": "Eslint shared configuration for Typescript projects",
"main": "index.js",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "cosmodrome release"
},
"author": {
"name": "Futura",
"url": "https://github.com/futura-dev",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/futura-dev/eslint-config-typescript"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript-eslint": "^8.12.2"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.6.3",
"@eslint/js": "^9.13.0",
"@futura-dev/contributing-gen": "^2.1.0",
"@futura-dev/cosmodrome": "^1.5.0-alpha.3",
"@futura-dev/cosmokeeper": "^0.1.8",
"commitlint": "^17.6.3",
"eslint-plugin-import": "^2.31.0",
"ncu": "^0.2.1",
"npm-check-updates": "^16.14.15",
"typescript-eslint": "^8.12.2"
}
}