-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
40 lines (40 loc) · 1.29 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
{
"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.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@stylistic/eslint-plugin-js": "^2.9.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-mozilla": "^4.0.0",
"eslint-plugin-tabmix": "file:./config/eslint-plugin-tabmix",
"globals": "^15.11.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0"
}
}