-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
43
44
45
{
"name": "@cloudflight/eslint-plugin-typescript",
"version": "1.0.0-rc12",
"description": "Cloudflight eslint-plugin & eslint-config for typescript",
"volta": {
"extends": "../../package.json"
},
"keywords": [
"eslint",
"eslintplugin"
],
"homepage": "https://github.com/cloudflightio/cloudflight-eslint-plugin",
"bugs": {
"url": "https://github.com/cloudflightio/cloudflight-eslint-plugin/issues"
},
"author": "Cloudflight GmbH",
"license": "Apache-2.0",
"main": "./dist/index.js",
"files": [
"dist/**"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build-package": "tsc",
"test-packagex": "jest"
},
"dependencies": {
"@eslint/js": "^9.13.0",
"@stylistic/eslint-plugin": "2.9.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import-x": "4.3.1",
"eslint-plugin-perfectionist": "3.9.1",
"eslint-plugin-rxjs": "5.0.3",
"typescript-eslint": "^8.10.0"
},
"peerDependencies": {
"eslint": ">=9.0.0 < 10.0.0"
},
"devDependencies": {
"@types/eslint-plugin-rxjs": "workspace:*",
"typescript": "5.5.4"
}
}