-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.29 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
{
"name": "@misskey-dev/eslint-plugin",
"version": "2.1.0",
"description": "An ESLint plugin designed for Misskey developers",
"author": "syuilo <syuilotan@yahoo.co.jp>",
"license": "MIT",
"repository": "https://github.com/misskey-dev/eslint-plugin-misskey-dev.git",
"bugs": "https://github.com/misskey-dev/eslint-plugin-misskey-dev/issues",
"type": "module",
"main": "index.js",
"scripts": {
"eslint": "eslint"
},
"files": [
"index.js",
"configs"
],
"keywords": [
"eslint",
"eslintplugin",
"misskey"
],
"peerDependencies": {
"@eslint/compat": ">= 1",
"@stylistic/eslint-plugin": ">= 2",
"@typescript-eslint/eslint-plugin": ">= 8",
"@typescript-eslint/parser": ">= 8",
"eslint": ">= 9",
"eslint-plugin-import": ">= 2",
"globals": ">= 15"
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@stylistic/eslint-plugin": "^2.11.0",
"@types/node": "^22.9.1",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^15.12.0"
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}