forked from mdn/webextensions-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 805 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
{
"name": "webextensions-examples",
"title": "WebExtensions Examples",
"version": "1.0.0",
"description": "Example Firefox add-ons created using the WebExtensions API",
"devDependencies": {
"@babel/eslint-parser": "^7.22.11",
"eslint": "^8.48.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdn/webextensions-examples.git"
},
"scripts": {
"test": "eslint .",
"lint": "eslint .",
"lint:cwd": "eslint $INIT_CWD",
"lint:fix": "eslint . --fix"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mdn/webextensions-examples/issues"
},
"keywords": [
"webextensions",
"webextensions-apis",
"mdn",
"firefox",
"mozilla"
],
"homepage": "https://developer.mozilla.org/Add-ons/WebExtensions/Examples"
}