-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 732 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 732 Bytes
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
{
"name": "eslint-config-gulp",
"version": "6.0.0",
"description": "Sharable eslint config for gulp projects",
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
"contributors": [
"Blaine Bublitz <blaine.bublitz@gmail.com>"
],
"funding": "https://github.com/sponsors/gulpjs",
"repository": "gulpjs/eslint-config-gulp",
"license": "MIT",
"engines": {
"node": ">=20"
},
"main": "eslint.js",
"files": [
"LICENSE",
"eslint.js"
],
"scripts": {
"test": "eslint ."
},
"dependencies": {
"@eslint/js": "^9.39.2",
"globals": "^16.5.0"
},
"devDependencies": {
"eslint": "^9.39.2"
},
"keywords": [
"eslint",
"eslint-config",
"eslint config"
]
}