-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 993 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 993 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
34
35
36
37
38
39
{
"name": "puzzleenglishdictionary",
"version": "7.7.0",
"description": "Chromium/Firefox extension that allows you to add words to the Puzzle English dictionary.",
"main": "background.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rodewitsch/PuzzleEnglishDictionary.git"
},
"author": "Rodevich Dmitry",
"scripts": {
"release": "standard-version"
},
"keywords": [
"puzzle",
"english",
"dictionary",
"extension",
"chrome",
"puzzle-english"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/rodewitsch/PuzzleEnglishDictionary/issues"
},
"homepage": "https://github.com/rodewitsch/PuzzleEnglishDictionary#readme",
"dependencies": {
"@webcomponents/custom-elements": "^1.6.0"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"eslint": "^8.57.0",
"globals": "^15.14.0",
"standard-version": "^9.5.0"
},
"bundledDependencies": [
"@webcomponents/custom-elements"
]
}