-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
31 lines (31 loc) · 907 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
{
"name": "myqonly",
"version": "0.10.0",
"description": "A tool for Mozillians who want to know how many reviews are in their queue in their browser.",
"main": "index.js",
"scripts": {
"test": "karma start",
"test:manual": "web-ext run -s ./addon",
"build": "web-ext build -s ./addon",
"lint": "./node_modules/eslint/bin/eslint.js .",
"lint-file": "./node_modules/eslint/bin/eslint.js"
},
"repository": "[email protected]:mikeconley/myqonly.git",
"author": "Mike Conley <[email protected]>",
"license": "MPL-2.0",
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.57.0",
"expect.js": "^0.3.1",
"karma": "^6.3.14",
"karma-chai": "^0.1.0",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",
"mocha": "^10.3.0",
"sinon-chrome": "^3.0.1",
"web-ext": "^7.11.0"
},
"dependencies": {
"js-yaml": "4.1.0"
}
}