-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 903 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 903 Bytes
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
{
"name": "tabzie",
"version": "1.2.1",
"description": "minimal tab organiser for mozilla firefox",
"main": "scripts/main.js",
"dependencies": {},
"devDependencies": {
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"web-ext": "^7.8.0"
},
"scripts": {
"run": "web-ext run --verbose",
"build": "web-ext build",
"web-lint": "web-ext lint",
"web-sign": "web-ext sign",
"lint": "eslint \"**/*.js\" --ignore-pattern node_modules/"
},
"repository": {
"type": "git",
"url": "https://github.com/fgkolf/tabzie.git"
},
"author": "fgkolf",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/fgkolf/tabzie/issues"
},
"homepage": "https://github.com/fgkolf/tabzie#readme"
}