UNPKG

env-schema

Version:

Validate your env variables using Ajv with .env file support using Node.js built-in parseEnv

77 lines (76 loc) 1.75 kB
{ "name": "env-schema", "version": "8.0.0", "description": "Validate your env variables using Ajv with .env file support using Node.js built-in parseEnv", "main": "index.js", "type": "commonjs", "types": "types/index.d.ts", "scripts": { "lint": "eslint", "lint:fix": "eslint --fix", "test": "npm run test:unit && npm run test:typescript", "test:unit": "c8 --100 node --test", "test:typescript": "tstyche" }, "repository": { "type": "git", "url": "git+https://github.com/fastify/env-schema.git" }, "keywords": [ "ajv", "env", "schema", "json", "dotenv", "validate", "extract", "parseEnv" ], "author": "Matteo Collina <hello@matteocollina.com>", "contributors": [ { "name": "Manuel Spigolon", "email": "behemoth89@gmail.com" }, { "name": "Maksim Sinik", "url": "https://maksim.dev" }, { "name": "Aras Abbasi", "email": "aras.abbasi@gmail.com" }, { "name": "Frazer Smith", "email": "frazer.dev@icloud.com", "url": "https://github.com/fdawgs" } ], "license": "MIT", "bugs": { "url": "https://github.com/fastify/env-schema/issues" }, "homepage": "https://github.com/fastify/env-schema#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/fastify" }, { "type": "opencollective", "url": "https://opencollective.com/fastify" } ], "dependencies": { "ajv": "^8.12.0" }, "devDependencies": { "typebox": "^1.0.81", "ajv-formats": "^3.0.1", "c8": "^12.0.0", "eslint": "^9.17.0", "fluent-json-schema": "^6.0.0", "neostandard": "^0.13.0", "tstyche": "^7.0.0" } }