envase
Version:
Type-safe environment variable validation with Standard Schema compliance
56 lines (55 loc) • 1.28 kB
JSON
{
"name": "envase",
"version": "1.0.1",
"type": "module",
"author": "Mateusz Tkacz",
"homepage": "https://github.com/CatchMe2/envase",
"repository": {
"type": "git",
"url": "git+https://github.com/CatchMe2/envase.git"
},
"bugs": {
"url": "https://github.com/CatchMe2/envase/issues"
},
"description": "Type-safe environment variable validation with Standard Schema compliance",
"license": "MIT",
"keywords": [
"typescript",
"environment-variables",
"validation",
"standard-schema",
"zod",
"valibot",
"arktype"
],
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.build.json",
"lint": "biome check . && tsc",
"lint:fix": "biome check --write .",
"test": "vitest --coverage",
"prepublishOnly": "npm run build"
},
"dependencies": {
"type-fest": "^4.40.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@lokalise/tsconfig": "^1.2.0",
"@vitest/coverage-v8": "^3.1.1",
"rimraf": "^6.0.1",
"typescript": "~5.8.0",
"valibot": "^1.0.0",
"vitest": "^3.1.1",
"zod": "^3.24.2"
}
}