typia-rspack-plugin
Version:
A plugin for Rspack to use Typia.
58 lines (57 loc) • 1.21 kB
JSON
{
"name": "typia-rspack-plugin",
"version": "2.1.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.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.52.8",
"@rslib/core": "^0.8.0",
"@ryoppippi/unplugin-typia": "^2.6.3",
"@samchon/openapi": "^4.3.2",
"@types/node": "^22.15.21",
"dprint": "^0.50.0",
"rsbuild-plugin-publint": "^0.3.2",
"typescript": "^5.8.3",
"typia": "^9.3.1"
},
"peerDependencies": {
"typescript": "*",
"typia": "*"
},
"packageManager": "pnpm@10.11.0",
"engines": {
"node": ">=18"
}
}