generated from mnao305/webextension-typescript-template
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.78 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "fantia-dl-tool",
"version": "3.10.0",
"description": "Fantiaの投稿のメディアを全て一括でDLするツール",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"watch": "webpack --watch --mode=development",
"commit": "git-cz",
"lint": "eslint --ext .ts,.js --ignore-path .gitignore .",
"zip": "ts-node scripts/zip.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mnao305/webextension-typescript-template.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mnao305/webextension-typescript-template/issues"
},
"homepage": "https://github.com/mnao305/webextension-typescript-template#readme",
"dependencies": {
"commitizen": "4.3.1",
"jszip": "3.10.1",
"ky": "1.7.4",
"sanitize-filename": "1.6.3",
"webextension-polyfill-ts": "0.26.0"
},
"devDependencies": {
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3",
"@types/archiver": "6.0.3",
"@types/copy-webpack-plugin": "10.1.3",
"@types/webpack": "5.28.5",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"ajv": "^8.12.0",
"archiver": "6.0.2",
"copy-webpack-plugin": "11.0.0",
"cz-conventional-changelog": "3.3.0",
"cz-customizable": "7.3.0",
"eslint": "8.57.1",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"husky": "8.0.3",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typescript": "5.7.2",
"webpack": "5.97.1",
"webpack-cli": "5.1.4"
}
}