@qalisa/vike-envz
Version:
A type-safe environment variable management system for Vike applications that enables validation and transformation of environment variables using Zod schemas.
43 lines • 928 B
JSON
{
"name": "@qalisa/vike-envz",
"version": "1.0.5",
"description": "A type-safe environment variable management system for Vike applications that enables validation and transformation of environment variables using Zod schemas.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": "./dist/index.js",
"./plugin": "./dist/plugin/index.js"
},
"files": [
"dist"
],
"peerDependencies": {
"vite": "^6",
"zod": "^3"
},
"dependencies": {
"vite": "^6"
},
"devDependencies": {
"@types/node": "^22.14.0",
"vite": "^6.2.6",
"typescript": "^5.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Qalisa/vike-envz.git"
},
"keywords": [
"vite",
"sitemap",
"plugin",
"vike"
],
"author": "Qalisa",
"license": "MIT",
"scripts": {
"build": "tsc",
"build:dev": "tsc --sourceMap"
}
}