@semba-ryuichiro/webpify 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +0 -0
  2. package/package.json +35 -37
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -7,39 +7,39 @@
7
7
  "url": "https://github.com/semba-yui/webpify/issues"
8
8
  },
9
9
  "dependencies": {
10
- "commander": "catalog:",
11
- "sharp": "catalog:"
10
+ "commander": "14.0.2",
11
+ "sharp": "0.34.5"
12
12
  },
13
13
  "description": "CLI tool to convert images to WebP format",
14
14
  "devDependencies": {
15
- "@biomejs/biome": "catalog:",
16
- "@commitlint/cli": "catalog:",
17
- "@commitlint/config-conventional": "catalog:",
18
- "@fast-check/vitest": "catalog:",
19
- "@secretlint/secretlint-rule-preset-recommend": "catalog:",
20
- "@stryker-mutator/core": "catalog:",
21
- "@stryker-mutator/typescript-checker": "catalog:",
22
- "@stryker-mutator/vitest-runner": "catalog:",
23
- "@types/node": "catalog:",
24
- "@vitest/coverage-v8": "catalog:",
25
- "dependency-cruiser": "catalog:",
26
- "fast-check": "catalog:",
27
- "lefthook": "catalog:",
28
- "remark": "catalog:",
29
- "remark-cli": "catalog:",
30
- "remark-frontmatter": "catalog:",
31
- "remark-gfm": "catalog:",
32
- "remark-lint": "catalog:",
33
- "remark-preset-lint-consistent": "catalog:",
34
- "remark-preset-lint-recommended": "catalog:",
35
- "remark-toc": "catalog:",
36
- "secretlint": "catalog:",
37
- "ts-node": "catalog:",
38
- "typedoc": "catalog:",
39
- "typedoc-plugin-merge-modules": "catalog:",
40
- "typedoc-theme-hierarchy": "catalog:",
41
- "typescript": "catalog:",
42
- "vitest": "catalog:"
15
+ "@biomejs/biome": "2.3.10",
16
+ "@commitlint/cli": "20.2.0",
17
+ "@commitlint/config-conventional": "20.2.0",
18
+ "@fast-check/vitest": "0.2.4",
19
+ "@secretlint/secretlint-rule-preset-recommend": "11.2.5",
20
+ "@stryker-mutator/core": "9.4.0",
21
+ "@stryker-mutator/typescript-checker": "9.4.0",
22
+ "@stryker-mutator/vitest-runner": "9.4.0",
23
+ "@types/node": "25.0.3",
24
+ "@vitest/coverage-v8": "4.0.16",
25
+ "dependency-cruiser": "17.2.0",
26
+ "fast-check": "4.5.3",
27
+ "lefthook": "2.0.13",
28
+ "remark": "15.0.1",
29
+ "remark-cli": "12.0.1",
30
+ "remark-frontmatter": "5.0.0",
31
+ "remark-gfm": "4.0.1",
32
+ "remark-lint": "10.0.1",
33
+ "remark-preset-lint-consistent": "6.0.1",
34
+ "remark-preset-lint-recommended": "7.0.1",
35
+ "remark-toc": "9.0.0",
36
+ "secretlint": "11.2.5",
37
+ "ts-node": "10.9.2",
38
+ "typedoc": "0.28.15",
39
+ "typedoc-plugin-merge-modules": "7.0.0",
40
+ "typedoc-theme-hierarchy": "6.0.0",
41
+ "typescript": "5.9.3",
42
+ "vitest": "4.0.16"
43
43
  },
44
44
  "engines": {
45
45
  "node": ">=22.0.0"
@@ -70,7 +70,6 @@
70
70
  "license": "MIT",
71
71
  "main": "./dist/index.js",
72
72
  "name": "@semba-ryuichiro/webpify",
73
- "packageManager": "pnpm@10.26.2",
74
73
  "publishConfig": {
75
74
  "access": "public",
76
75
  "registry": "https://registry.npmjs.org/"
@@ -79,6 +78,9 @@
79
78
  "type": "git",
80
79
  "url": "git+https://github.com/semba-yui/webpify.git"
81
80
  },
81
+ "type": "module",
82
+ "types": "./dist/index.d.ts",
83
+ "version": "1.0.9",
82
84
  "scripts": {
83
85
  "build": "tsc",
84
86
  "deps": "dependency-cruiser src --config .dependency-cruiser.cjs",
@@ -94,15 +96,11 @@
94
96
  "lint:secret": "secretlint \"**/*\"",
95
97
  "lint:yaml": "yamllint .",
96
98
  "lint:zizmor": "zizmor .github/workflows/",
97
- "prepublishOnly": "pnpm run lint && pnpm run test && pnpm run build",
98
99
  "test": "vitest run",
99
100
  "test:coverage": "vitest run --coverage",
100
101
  "test:mutation": "stryker run",
101
102
  "test:mutation:dry": "stryker run --dryRunOnly",
102
103
  "test:watch": "vitest",
103
104
  "typecheck": "tsc --noEmit"
104
- },
105
- "type": "module",
106
- "types": "./dist/index.d.ts",
107
- "version": "1.0.8"
108
- }
105
+ }
106
+ }