-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 868 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 868 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
{
"name": "resizeit2",
"version": "2.2.0",
"description": "ResizeIT rewritten in Web Extensions",
"main": "main.js",
"scripts": {
"build": "tsc",
"lint": "eslint \"*.ts\" \"**/*.ts\"",
"pack": "rm -f resizeit2.zip && cat files_to_zip.txt | zip -@ resizeit2.zip",
"pack-source": "git archive -o resizeit2-source.zip HEAD"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btzdnl/resizeit2.git"
},
"author": "Daniel Betz",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/btzdnl/resizeit2/issues"
},
"homepage": "https://github.com/btzdnl/resizeit2#readme",
"devDependencies": {
"@eslint/js": "~9.39.1",
"bootstrap": "~4.6.2",
"eslint": "~9.39.1",
"globals": "^16.5.0",
"typescript": "~5.9.3",
"typescript-eslint": "~8.46.4",
"web-ext-types": "~3.2.1"
}
}