-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
31 lines (31 loc) · 916 Bytes
/
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
{
"name": "eslint-plugin-react-refresh",
"version": "0.4.16",
"type": "module",
"license": "MIT",
"scripts": {
"build": "scripts/bundle.ts",
"test": "bun test",
"lint": "eslint --max-warnings 0",
"prettier": "bun prettier-ci --write",
"prettier-ci": "prettier --ignore-path=.gitignore --check '**/*.{js,ts,json,md,yml}'",
"ci": "tsc && bun lint && bun prettier-ci && bun test && bun run build && cd dist && publint"
},
"prettier": {},
"peerDependencies": {
"eslint": ">=8.40"
},
"devDependencies": {
"@arnaud-barre/eslint-config": "^5.1.0",
"@arnaud-barre/tnode": "^0.19.2",
"@types/eslint": "^9.6.1",
"@types/node": "^20.16.13",
"@typescript-eslint/parser": "^8.10.0",
"@typescript-eslint/utils": "^8.10.0",
"bun-types": "^1.1.31",
"eslint": "^9.13.0",
"prettier": "3.0.3",
"publint": "^0.2.12",
"typescript": "~5.6"
}
}