vite-plugin-lib
Version:
Vite plugin for build configuration, automatic aliases, and type declarations.
61 lines • 1.45 kB
JSON
{
"name": "vite-plugin-lib",
"type": "module",
"version": "2.1.6",
"description": "Vite plugin for build configuration, automatic aliases, and type declarations.",
"author": "Jan Müller <janmueller3698@gmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/DerYeger",
"homepage": "https://github.com/DerYeger/yeger/tree/main/packages/vite-plugin-lib",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/vite-plugin-lib"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
"keywords": [
"vite-plugin",
"declarations",
"library",
"aliases"
],
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
}
},
"types": "dist/index.d.mts",
"files": [
"LICENSE",
"dist"
],
"peerDependencies": {
"typescript": "*",
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
},
"dependencies": {
"picocolors": "1.1.1",
"vite-plugin-dts": "4.5.0"
},
"devDependencies": {
"@types/node": "22.13.1",
"typescript": "5.7.3",
"unbuild": "3.3.1",
"vite": "6.1.0",
"@yeger/tsconfig": "2.0.9"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "unbuild",
"check:publish": "publint run --strict",
"check:tsc": "tsc",
"lint": "yeger-lint"
}
}