UNPKG

typia-rspack-plugin

Version:
58 lines (57 loc) 1.21 kB
{ "name": "typia-rspack-plugin", "version": "2.2.0", "description": "A plugin for Rspack to use Typia.", "keywords": [ "rspack", "plugin", "typia" ], "repository": { "type": "git", "url": "git+https://github.com/colinaaa/typia-rspack-plugin.git" }, "license": "MIT", "author": { "name": "Qingyu Wang", "email": "colinwang.0616@gmail.com" }, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rslib build", "dev": "rslib build --watch" }, "dependencies": { "unplugin": "^2.3.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.52.10", "@rslib/core": "^0.11.0", "@ryoppippi/unplugin-typia": "^2.6.5", "@samchon/openapi": "^4.6.0", "@types/node": "^22.17.0", "dprint": "^0.50.1", "rsbuild-plugin-publint": "^0.3.2", "typescript": "^5.9.2", "typia": "^9.6.0" }, "peerDependencies": { "typescript": "*", "typia": "*" }, "packageManager": "pnpm@10.14.0", "engines": { "node": ">=18" } }