{
  "name": "@dotenv-run/cli",
  "version": "1.3.6",
  "description": "cli to load environment variables with monorepo support",
  "homepage": "https://github.com/chihab/dotenv-run",
  "type": "module",
  "main": "dist/index.mjs",
  "bin": {
    "dotenv-run": "dist/index.mjs"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "dotenv",
    "run",
    "cli"
  ],
  "author": "Chihab Otmani <chihab@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "@dotenv-run/core": "^1.3.6",
    "chalk": "^4.1.2",
    "cross-spawn": "^7.0.3",
    "minimist": "^1.2.8"
  },
  "devDependencies": {
    "@types/cross-spawn": "^6.0.6",
    "@types/minimist": "^1.2.5"
  },
  "scripts": {
    "dev": "tsc -w",
    "test": "vitest",
    "build": "tsc"
  }
}