vite-plugin-ssg-utils
Version:
Utils for vite-ssg and other Vite SSG or SSR tools.
63 lines • 1.5 kB
JSON
{
"name": "vite-plugin-ssg-utils",
"type": "module",
"version": "2.0.16",
"description": "Utils for vite-ssg and other Vite SSG or SSR tools.",
"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-ssg-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/vite-plugin-ssg-utils"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
"keywords": [
"vite-plugin",
"vite-ssg"
],
"exports": {
".": {
"import": {
"types": "./dist/types/index.d.mts",
"default": "./dist/index.mjs"
}
}
},
"types": "dist/types/index.d.mts",
"files": [
"LICENSE",
"dist"
],
"engines": {
"node": ">=14"
},
"peerDependencies": {
"vite": "2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
},
"dependencies": {
"kolorist": "1.8.0"
},
"devDependencies": {
"@types/node": "24.0.6",
"rimraf": "6.0.1",
"typescript": "5.8.3",
"vite": "7.0.0",
"@yeger/tsconfig": "2.1.1",
"vite-plugin-lib": "3.0.2"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "vite build",
"check:publish": "publint run --strict",
"check:tsc": "tsc",
"dev": "vite build --watch",
"lint": "yeger-lint",
"test": "vitest"
}
}