-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1020 Bytes
/
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": "@owlebot/eslint-config",
"version": "1.2.0",
"description": "Eslint config for all projects",
"author": "Khaaz <[email protected]>, Xerstom <[email protected]>",
"link": "https://github.com/owlebot/eslint-config",
"main": "./index.js",
"license": "MIT",
"engines": {
"node": ">=20.9.0"
},
"dependencies": {
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-syntax-import-assertions": "^7.23.3",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-simple-import-sort": "^10.0.0"
},
"devDependencies": {
"eslint": "^8.54.0"
},
"peerDependencies": {
"eslint": ">= 8"
},
"scripts": {
"lint": "eslint .",
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/owlebot/eslint-config.git"
},
"bugs": {
"url": "https://github.com/owlebot/eslint-config/issues"
},
"homepage": "https://github.com/owlebot/eslint-config#readme",
"keywords": [
"eslint",
"eslint-config"
]
}