-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 871 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 871 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
{
"name": "copy-markdown-link",
"version": "1.0.0",
"description": "Copy the Markdown link of current page.",
"main": "background.js",
"scripts": {
"format": "dprint fmt",
"build:assets": "tsc && ./scripts/generate_bigger_icons.sh",
"lint": "dprint check && eslint && npm run build:assets && web-ext lint --ignore-files scripts",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build:assets && web-ext build --ignore-files scripts --overwrite-dest"
},
"author": "ile-24556",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/firefox-webext-browser": "^143.0.0",
"dprint": "^0.54.0",
"eslint": "^10.3.0",
"globals": "^17.6.0",
"husky": "^9.1.7",
"jiti": "^2.6.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.1",
"web-ext": "^10.1.0"
}
}