HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/good-life-be/node_modules/dotenv-flow/package.json
{
  "name": "dotenv-flow",
  "version": "4.1.0",
  "description": "Loads environment variables from `.env.[development|test|production][.local]` files",
  "keywords": [
    "dotenv",
    "node_env",
    "development",
    "test",
    "production",
    "local",
    "env",
    "environment",
    "variables"
  ],
  "homepage": "https://github.com/kerimdzhanov/dotenv-flow#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kerimdzhanov/dotenv-flow.git"
  },
  "bugs": {
    "url": "https://github.com/kerimdzhanov/dotenv-flow/issues"
  },
  "main": "lib/dotenv-flow.js",
  "types": "lib/dotenv-flow.d.ts",
  "exports": {
    ".": "./lib/dotenv-flow.js",
    "./config": {
      "require": "./config.js",
      "node": "./config.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "lib/cli-options.js",
    "lib/dotenv-flow.d.ts",
    "lib/env-options.js",
    "config.d.ts",
    "config.js"
  ],
  "dependencies": {
    "dotenv": "^16.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.6.2",
    "chai": "^4.3.7",
    "conventional-changelog-cli": "^2.0.35",
    "mocha": "^10.2.0",
    "sinon": "^15.2.0",
    "sinon-chai": "^3.7.0",
    "tmp": "^0.2.1",
    "typescript": "^5.2.2"
  },
  "engines": {
    "node": ">= 12.0.0"
  },
  "scripts": {
    "test": "yarn run test:unit && yarn run test:integration && yarn run test:types",
    "test:unit": "mocha -r mocha.conf.js test/unit/*.spec.js",
    "test:integration": "mocha -r mocha.conf.js test/integration/*.spec.{m,}js",
    "test:types": "tsc",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
  },
  "author": "Dan Kerimdzhanov",
  "license": "MIT"
}