-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.07 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
46
47
48
49
{
"name": "eslint-config-tulip",
"version": "3.1.0",
"description": "🌷 Sharable Eslint configuration.",
"main": "index.js",
"scripts": {
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ridays2001/eslint-config-tulip.git"
},
"keywords": [
"eslintconfig",
"eslint",
"linter",
"lint",
"clean-code",
"eslint-config"
],
"author": {
"name": "Riday ♡",
"email": "ridayshah2001@gmail.com",
"url": "https://riday.me/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ridays2001/eslint-config-tulip/issues",
"email": "ridayshah2001@gmail.com"
},
"homepage": "https://github.com/ridays2001/eslint-config-tulip#readme",
"devDependencies": {
"@types/node": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^8.5.0",
"typescript": "^4.5.4"
},
"peerDependencies": {
"eslint": "^8.5.0"
},
"optionalDependencies": {
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1"
},
"engines": {
"node": ">=16.13.1"
}
}