{
  "name": "env-schema",
  "version": "7.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": "tsd"
  },
  "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": {
    "@sinclair/typebox": "^0.34.3",
    "ajv-formats": "^3.0.1",
    "c8": "^10.1.2",
    "eslint": "^9.17.0",
    "fluent-json-schema": "^6.0.0",
    "neostandard": "^0.12.0",
    "tsd": "^0.32.0"
  }
}
