{
  "name": "good-env",
  "version": "7.6.1",
  "description": "Better environment variable handling for Twelve-Factor node apps",
  "main": "src/index.js",
  "scripts": {
    "test": "nyc --check-coverage --lines 100 node test/test.js",
    "lint": "semistandard test/ src/index.js",
    "ci": "semistandard test/test.js src/index.js && nyc --check-coverage --lines 100 node test/test.js",
    "format": "semistandard --fix test/test.js src/*.js"
  },
  "keywords": [
    "environment",
    "environment-variables",
    "environment variables",
    "server",
    "env",
    "twelve-factor",
    "twelve factor",
    "12-factor",
    "12 factor"
  ],
  "author": "Johnny Ray Austin <stuff@johnny.email>",
  "license": "MIT",
  "engines": {
    "node": ">=18.20.4"
  },
  "files": [
    "src/index.js",
    "src/lib/url-types.js",
    "src/index.d.ts"
  ],
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/recursivefunk/good-env.git"
  },
  "bugs": {
    "url": "https://github.com/recursivefunk/good-env/issues"
  },
  "homepage": "https://github.com/recursivefunk/good-env#readme",
  "devDependencies": {
    "dotenv": "^16.4.5",
    "nyc": "15.1.0",
    "tape": "5.5.3",
    "semistandard": "*"
  }
}
