-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 949 Bytes
/
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
{
"name": "quickcommands",
"version": "1.5.2",
"description": "A Firefox webextension that tries to mimic Vivaldi's Quick commands window. Open with Alt-Shift-R",
"main": "",
"scripts": {
"build": "web-ext build",
"dev": "web-ext run",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/victal/quickcommands.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/victal/quickcommands/issues"
},
"homepage": "https://github.com/victal/quickcommands#readme",
"devDependencies": {
"eslint": "^8.21.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-watch": "^8.0.0",
"husky": "^8.0.1",
"web-ext": "^7.11.0"
}
}