{
  "name": "dotkit",
  "version": "1.4.0",
  "description": "A powerful CLI toolkit for managing environment variables and .env files.",
  "keywords": [
    "dotenv",
    "environment",
    "variables",
    "template",
    "sync",
    "setup"
  ],
  "homepage": "https://github.com/venables/dotkit#readme",
  "bugs": "https://github.com/venables/dotkit/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/venables/dotkit.git"
  },
  "license": "MIT",
  "author": "Matt Venables <matt@venabl.es>",
  "type": "module",
  "bin": {
    "dotkit": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsdown",
    "check": "biome check . && bun run typecheck && bun test --coverage && bun run publint",
    "clean": "git clean -xdf dist",
    "dev": "bun run ./src/index.ts",
    "fix": "biome check --write .",
    "format": "biome format --write .",
    "format:check": "biome format .",
    "lint": "biome lint .",
    "nuke": "bun clean && rm -rf node_modules",
    "outdated": "npx npm-check-updates --interactive --format group",
    "prepublishOnly": "bun run build",
    "typecheck": "tsc --noEmit --pretty"
  },
  "dependencies": {
    "commander": "^14.0.0",
    "dotenv": "^16.5.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.0.5",
    "@types/bun": "^1.2.17",
    "@types/node": "^24.0.4",
    "publint": "^0.3.12",
    "tsdown": "^0.12.9",
    "typescript": "^5"
  }
}
