-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 769 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 769 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": "@j4numbers/eslint-base-config",
"version": "1.2.6",
"description": "An eslint collection",
"main": "index.js",
"homepage": "https://github.com/J4Numbers/eslint-base-config#readme",
"bugs": {
"url": "https://github.com/J4Numbers/eslint-base-config/issues",
"email": "j4numbers@gmail.com"
},
"files": [
".eslintrc.js",
"index.js",
"LICENSE",
"package.json",
"package-lock.json",
"README.md"
],
"scripts": {
"test": "eslint ."
},
"keywords": [
"eslint",
"style"
],
"repository": {
"type": "git",
"url": "https://github.com/J4Numbers/eslint-base-config.git"
},
"author": "J4Numbers <j4numbers@gmail.com>",
"license": "MIT",
"devDependencies": {
"eslint": "^8.1.0"
}
}