{
  "name": "env-smart",
  "version": "2.3.2",
  "description": "Zero-dependency library for loading .env files. Supports default values and type definitions.",
  "keywords": [
    ".env",
    "env",
    "environment",
    "environmental",
    "variables",
    "config",
    "configuration",
    "settings",
    "dotenv"
  ],
  "homepage": "https://github.com/jessety/env-smart#readme",
  "bugs": {
    "url": "https://github.com/jessety/env-smart/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jessety/env-smart.git"
  },
  "license": "MIT",
  "author": "Jesse Youngblood <jessetyoungblood@gmail.com> (https://jesseyoungblood.com)",
  "type": "commonjs",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "example": "examples",
    "test": "tests"
  },
  "files": [
    "/lib"
  ],
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "rimraf lib",
    "format": "sort-package-json && prettier --write '**/*.{ts,js,mjs,cjs,json,yml,md}' && eslint --fix .",
    "lint": "eslint .",
    "prepare": "husky install",
    "test": "jest",
    "validate": "npm run build && npm run lint && npm run test"
  },
  "devDependencies": {
    "@jessety/eslint-config": "2.2.5",
    "@jessety/prettier-config": "1.1.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.2",
    "eslint": "^7.8.1",
    "husky": "^7.0.0",
    "jest": "^29.7.0",
    "lint-staged": "^11.2.6",
    "prettier": "^3.1.1",
    "sort-package-json": "^2.12.0",
    "ts-jest": "^29.2.5",
    "typescript": "^4.0.2"
  }
}
