-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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": "@funish/3rd-config",
"version": "0.0.0",
"description": "Third party lint tools configuration, powered by Funish.",
"private": true,
"scripts": {
"build": "pnpm -r prepack",
"check": "rome check . --apply-suggested && rome format . --write",
"format": "prettier --write --list-different . --ignore-path .gitignore",
"postinstall": "pnpm build && githooks install"
},
"repository": {
"type": "git",
"url": "https://github.com/funish/3rd-config.git"
},
"keywords": [
"lint",
"linter",
"eslint",
"stylelint",
"prettier",
"commitlint",
"lint-staged"
],
"author": {
"name": "Funish",
"email": "[email protected]",
"url": "https://funish.net/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/funish/3rd-config/issues"
},
"homepage": "https://github.com/funish/3rd-config#readme",
"devDependencies": {
"@funish/eslint-config": "workspace:*",
"@funish/githooks": "edge",
"@funish/githooks-config": "edge",
"@funish/lint": "edge",
"@funish/stylelint-config": "workspace:*",
"@types/eslint": "8.56.10",
"@types/node": "20.12.8",
"eslint": "8.57.0",
"prettier": "3.2.5",
"rome": "12.1.3",
"stylelint": "15.11.0",
"unbuild": "2.0.0"
}
}