This release is 2 versions behind 1.2.0 — the latest version of @ryoppippi/unplugin-typia. Jump to latest
@ryoppippi/unplugin-typia@1.1.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
unplugin for Typia with an extra Bun plugin 🫶
This package works with Node.js, Bun

JSR Score
100%
Published
2 months ago (1.1.0)
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475{ "name": "@ryoppippi/unplugin-typia", "type": "module", "version": "1.1.0", "private": true, "description": "unplugin for typia", "author": "ryoppippi", "license": "MIT", "repository": "https://github.com/ryoppippi/unplugin-typia.git", "exports": { ".": "./src/index.ts", "./api": "./src/api.ts", "./vite": "./src/vite.ts", "./webpack": "./src/webpack.ts", "./rollup": "./src/rollup.ts", "./esbuild": "./src/esbuild.ts", "./next": "./src/next.ts", "./rolldown": "./src/rolldown.ts", "./farm": "./src/farm.ts", "./rspack": "./src/rspack.ts", "./bun": "./src/bun.ts", "./package.json": "./package.json" }, "files": [ "LICENSE", "README.md", "dist", "package.json", "src" ], "jsrInclude": [ "jsr.json" ], "scripts": { "lint": "nr check && eslint --cache .", "format": "eslint --cache --fix .", "test": "vitest --typecheck --testTimeout 150000", "check": "nr tsc --noEmit", "release": "nr test run && nr lint && nr check && bumpp", "publish:jsr": "nr test run && nlx pkg-to-jsr && nlx jsr publish --allow-dirty" }, "dependencies": { "@rollup/pluginutils": "^5.1.3", "consola": "^3.2.3", "defu": "^6.1.4", "diff-match-patch": "^1.0.5", "find-cache-dir": "^5.0.0", "magic-string": "^0.30.14", "pathe": "^1.1.2", "pkg-types": "^1.2.1", "type-fest": "^4.30.0", "typescript": "~5.6.3", "typia": "^7.0.1", "unplugin": "^1.16.0" }, "devDependencies": { "@antfu/ni": "^0.23.1", "@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config@^0.0.23", "@std/collections": "npm:@jsr/std__collections@1.0.5", "@types/bun": "^1.1.14", "@types/diff-match-patch": "^1.0.36", "@types/node": "^20.17.9", "@vue-macros/test-utils": "^1.7.0", "bumpp": "^9.8.1", "dax-sh": "^0.42.0", "esbuild": "^0.24.0", "eslint": "~9.14.0", "eslint-plugin-format": "^0.1.3", "rollup": "^4.28.0", "ts-patch": "^3.2.1", "vite": "^6.0.2", "vitest": "^2.1.8" }, "access": "public" }