-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
41 lines (41 loc) · 1.32 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
{
"name": "tab-mix-plus",
"version": "1.0.0",
"description": "New Tab Mix Plus for modern Firefox",
"type": "module",
"scripts": {
"lint": "eslint --format stylish --fix --cache --cache-location config/.eslintcache",
"lint:test": "eslint --format stylish --cache --cache-location config/.eslintcache",
"lint:clean": "eslint --format stylish",
"prepare": "husky config/husky",
"tsc:clean": "node config/typecheck.js",
"typecheck": "tsc --build > tsc.local.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onemen/TabMixPlus.git"
},
"keywords": [],
"author": "[email protected]",
"license": "MPL",
"bugs": {
"url": "https://github.com/onemen/TabMixPlus/issues"
},
"homepage": "https://github.com/onemen/TabMixPlus#readme",
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@eslint/js": "^9.20.0",
"@stylistic/eslint-plugin-js": "^4.0.0",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-mozilla": "^4.0.0",
"eslint-plugin-tabmix": "file:./config/eslint-plugin-tabmix",
"globals": "^15.15.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1"
}
}