-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.45 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
50
51
52
53
54
55
56
57
{
"name": "@liveryvideo/biome-lit",
"version": "1.4.1",
"publishConfig": {
"access": "public"
},
"description": "Shared Biome with ESLint configuration for use in Livery projects using TypeScript and Lit custom elements.",
"keywords": [
"liveryvideo",
"biome",
"eslint",
"eslintconfig",
"lit"
],
"author": "Livery Video",
"homepage": "https://github.com/liveryvideo/biome-lit#readme",
"license": "MIT",
"repository": "github:liveryvideo/biome-lit",
"bugs": {
"url": "https://github.com/liveryvideo/biome-lit/issues"
},
"exports": {
"./biome": "./biome.jsonc",
"./eslint": "./eslint.config.js"
},
"type": "module",
"scripts": {
"prepare": "husky",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"@biomejs/biome": ">=1",
"eslint": ">=9"
},
"dependencies": {
"@stylistic/eslint-plugin": "^2.12.1",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-perfectionist": "^4.4.0",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-wc": "^2.2.0",
"typescript-eslint": "^8.18.1"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"git-branch-is": "^4.0.0",
"husky": "^9.1.7",
"semantic-release": "^24.2.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}