-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
30 lines (30 loc) · 1 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
{
"name": "webextension-window-titler",
"version": "1.0.0",
"description": "![icon](icons/dark/icon-128.png)",
"main": "src/presentation/background/background.js",
"scripts": {
"start": "web-ext run --firefox=firefoxdeveloperedition || echo ** Error starting Firefox Developer Edition, do you have it installed? **",
"build": "web-ext build --overwrite-dest",
"lint": "eslint \"src/**/*.js\"",
"lint:fix": "eslint --fix \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tpamula/webextension-window-titler.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tpamula/webextension-window-titler/issues"
},
"homepage": "https://github.com/tpamula/webextension-window-titler#readme",
"devDependencies": {
"eslint": "^8.38.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"web-ext": "^7.6.1"
}
}