UNPKG

figue

Version:

Platform agnostic configuration management library, with environmental variables and validation, like convict but cross-env and zod schemas

67 lines 1.6 kB
{ "name": "figue", "type": "module", "version": "3.0.0", "private": false, "description": "Platform agnostic configuration management library, with environmental variables and validation, like convict but cross-env and zod schemas", "author": "Corentin Th <corentin.thomasset74+npm@gmail.com> (https://github.com/CorentinTh)", "license": "MIT", "funding": "https://github.com/sponsors/CorentinTh", "repository": { "type": "git", "url": "https://github.com/CorentinTh/figue" }, "keywords": [ "configuration", "validation", "management", "convict", "env", "variable", "parser", "config", "environnement", "vite", "browser", "import", "meta", "standard-schema", "zod", "valibot" ], "sideEffects": false, "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@standard-schema/spec": "^1.0.0" }, "devDependencies": { "@antfu/eslint-config": "^5.0.0", "@vitest/coverage-v8": "3.2.4", "bumpp": "^10.2.0", "eslint": "^9.32.0", "tsdown": "^0.13.0", "typescript": "^5.8.3", "valibot": "^1.1.0", "vitest": "^3.2.4", "zod": "^4.0.10" }, "scripts": { "build": "tsdown", "dev": "vitest dev", "lint": "eslint .", "lint:fix": "eslint --fix .", "release": "bumpp && pnpm publish", "test": "vitest run", "test:watch": "vitest watch", "typecheck": "tsc --noEmit" } }