{
  "name": "@typedotenv/cli",
  "version": "0.4.1",
  "description": "CLI tool for typedotenv (dotenv utility for TypeScript)",
  "type": "module",
  "bin": {
    "typedotenv": "dist/index.cjs"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ssssota/typedotenv.git"
  },
  "keywords": [
    "dotenv",
    "typescript",
    "code-generator",
    "cli",
    "tool"
  ],
  "author": "TOMIKAWA Sotaro",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/ssssota/typedotenv/issues"
  },
  "homepage": "https://github.com/ssssota/typedotenv#readme",
  "packageManager": "pnpm@7.27.0",
  "devDependencies": {
    "@biomejs/biome": "^1.1.2",
    "@commander-js/extra-typings": "^10.0.2",
    "@types/node": "^18.13.0",
    "commander": "^10.0.0",
    "dotenv": "^16.0.3",
    "esbuild": "^0.17.8",
    "tsx": "^3.12.3",
    "typescript": "^5.2.2",
    "vitest": "^0.28.5",
    "@typedotenv/core": "0.3.0"
  },
  "scripts": {
    "dev": "tsx src/index.ts",
    "build": "tsx build.ts",
    "test": "pnpm build && vitest run",
    "watch": "pnpm build && vitest",
    "fmt": "pnpm -w fmt",
    "check": "pnpm -w check && tsc --noEmit"
  }
}