-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "@stefanobartoletti/eslint-config",
"type": "module",
"version": "3.0.7",
"packageManager": "[email protected]",
"description": "",
"author": "Stefano Bartoletti (https://github.com/stefanobartoletti/)",
"license": "MIT",
"repository": "stefanobartoletti/eslint-config",
"keywords": [
"eslint",
"eslint-config",
"eslintconfig"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "config-inspector",
"release": "release-it",
"release:beta": "release-it --no-git.requireBranch --preRelease=beta",
"commitlint": "commitlint --edit",
"prepare": "husky"
},
"peerDependencies": {
"eslint": ">=9.14.0"
},
"dependencies": {
"@antfu/eslint-config": "^3.9.1",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-tailwindcss": "^3.17.5"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/config-inspector": "^0.5.6",
"@release-it/conventional-changelog": "^9.0.3",
"eslint": "^9.14.0",
"husky": "^9.1.6",
"release-it": "^17.10.0"
}
}