{
  "author": {
    "email": "wtgtybhertgeghgtwtg@gmail.com",
    "name": "Matthew Fernando Garcia"
  },
  "dependencies": {},
  "description": "Load configuration from environmental variables and files.",
  "devDependencies": {
    "@arkweid/lefthook": "^0.7.6",
    "@babel/core": "^7.15.0",
    "@babel/preset-env": "^7.15.0",
    "@babel/preset-typescript": "^7.15.0",
    "@commitlint/cli": "^17.0.1",
    "@commitlint/config-conventional": "^17.0.0",
    "@rushstack/eslint-config": "^2.5.0",
    "@types/jest": "^27.4.1",
    "@types/node": "^16.6.1",
    "babel-jest": "^28.0.2",
    "eslint": "^8.4.1",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-unicorn": "^42.0.0",
    "jest": "^28.0.2",
    "map-to-map": "^2.0.0",
    "prettier": "2.6.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.56.0",
    "rollup-plugin-ts": "^3.0.1",
    "typescript": "~4.7.2"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "distribution",
    "source"
  ],
  "keywords": [
    "config",
    "configuration",
    "dotenv",
    "env",
    "environment",
    "files",
    "load",
    "loader",
    "secrets",
    "settings",
    "twelve-factor",
    "variables"
  ],
  "license": "MIT",
  "main": "distribution/index.cjs.js",
  "module": "distribution/index.es.js",
  "name": "env-and-files",
  "repository": "wtgtybhertgeghgtwtg/env-and-files",
  "scripts": {
    "build": "rollup -c",
    "clean": "rimraf coverage distribution",
    "lint": "tsc && eslint . && prettier --l \"{__mocks__,__tests__,source}/**/*.ts\"",
    "test": "yarn test:source && yarn build && yarn test:distribution",
    "test:source": "jest --config scripts/jest/config.source.js",
    "test:distribution": "jest --config scripts/jest/config.distribution.js"
  },
  "sideEffects": false,
  "types": "distribution/index.d.ts",
  "version": "8.0.0"
}
