{
	"name": "loadenv-cli",
	"version": "1.0.3",
	"description": "Use Vite's `loadEnv` on the command-line",
	"license": "MIT",
	"author": "Jan T. Sott",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/idleberg/loadenv-cli.git"
	},
	"keywords": [
		"environment variables",
		"dotenv",
		"load environment",
		"vite"
	],
	"type": "module",
	"bin": {
		"loadenv": "./bin/cli.mjs"
	},
	"engines": {
		"node": "^20.19.0 || >=22.12.0"
	},
	"files": [
		"bin/",
		"LICENSE",
		"README.md"
	],
	"scripts": {
		"build": "tsdown",
		"dev": "tsdown --watch",
		"lint": "concurrently --prefix-colors blue,green,magenta npm:lint:*",
		"lint:biome": "biome check",
		"lint:e18e": "e18e-cli analyze --log-level error",
		"prepack": "npm run build",
		"publish:jsr": "deno publish",
		"publish:npm": "np",
		"test": "vitest run"
	},
	"dependencies": {
		"commander": "^15.0.0",
		"kleur": "^4.1.5",
		"vite": "^8.0.16"
	},
	"devDependencies": {
		"@commitlint/cli": "^21.0.2",
		"@commitlint/config-conventional": "^21.0.2",
		"@idleberg/configs": "^0.4.5",
		"@types/node": "^24.13.0",
		"@vitest/coverage-v8": "^4.1.8",
		"concurrently": "^10.0.3",
		"np": "^11.2.1",
		"tsdown": "^0.22.2",
		"vitest": "^4.1.8"
	},
	"packageManager": "pnpm@11.5.2+sha512.71c631e382066efc25625d5cf029075de07b61b37f6e27350fbd84b1bda5864c8c1967adc280776b45c30a715c0359a3be08fef42d5bb09e2b99029979692916"
}
