breeze-plugin-ehentai 0.0.12

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.
package/package.json ADDED
@@ -0,0 +1,37 @@
1
+ {
2
+ "name": "breeze-plugin-ehentai",
3
+ "version": "0.0.12",
4
+ "type": "module",
5
+ "files": [
6
+ "dist"
7
+ ],
8
+ "dependencies": {
9
+ "axios": "^1.15.2",
10
+ "cheerio": "^1.2.0"
11
+ },
12
+ "devDependencies": {
13
+ "@rspack/cli": "^2.0.0",
14
+ "@rspack/core": "^2.0.0",
15
+ "@types/node": "^25.6.0",
16
+ "cross-env": "^10.1.0",
17
+ "oxfmt": "^0.48.0",
18
+ "oxlint": "^1.63.0",
19
+ "tsx": "^4.21.0",
20
+ "typescript": "^6.0.3",
21
+ "vitest": "^4.1.5"
22
+ },
23
+ "scripts": {
24
+ "typecheck": "tsc --noEmit",
25
+ "lint": "oxlint --import-plugin --vitest-plugin .",
26
+ "lint:fix": "oxlint --import-plugin --vitest-plugin --fix .",
27
+ "format": "oxfmt src test tests build *.ts *.js",
28
+ "format:check": "oxfmt --check src test tests build *.ts *.js",
29
+ "build": "pnpm typecheck && node --import tsx build/generate-version.ts && node --import tsx build/generate-manifest.ts && cross-env NODE_OPTIONS=\"--import tsx\" rspack build && node --import tsx build/generate-brotli.ts",
30
+ "test": "vitest run --passWithNoTests",
31
+ "test:smoke": "vitest run test/integration.smoke.spec.ts",
32
+ "verify": "pnpm typecheck && pnpm lint && pnpm test && pnpm build",
33
+ "dev": "pnpm dev:serve",
34
+ "dev:serve": "tsx dev-server.ts",
35
+ "dev:server": "tsx dev-server.ts"
36
+ }
37
+ }