{
  "name": "sparkee",
  "version": "1.4.0",
  "description": "A publish tool for monorepo,just like lerna but support pnpm.",
  "keywords": [
    "monorepo",
    "pnpm"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Geocld/sparkee"
  },
  "license": "MIT",
  "author": "lijiahao <lijiahao5372@gmail.com>",
  "main": "dist/index.js",
  "bin": {
    "sparkee": "dist/index.js",
    "spk": "dist/index.js"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "consola": "^2.15.3",
    "dayjs": "^1.11.7",
    "git-cliff": "1.2.0",
    "glob": "^8.0.3",
    "inquirer": "^8.2.4",
    "jsonfile": "^6.1.0",
    "read-yaml-file": "^2.1.0",
    "rimraf": "^4.4.1",
    "semver": "^7.3.8",
    "shelljs": "^0.8.5",
    "shelljs-live": "^0.0.5",
    "yargs": "^17.7.1"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.2.2",
    "@types/glob": "^8.0.1",
    "@types/inquirer": "^9.0.3",
    "@types/jsonfile": "^6.1.1",
    "@types/node": "^18.15.11",
    "@types/semver": "^7.3.13",
    "@types/shelljs": "^0.8.11",
    "@types/yargs": "^17.0.24",
    "husky": "^8.0.0",
    "nano-staged": "^0.8.0",
    "typescript": "^5.0.4",
    "vitest": "^0.30.0"
  },
  "optionalDependencies": {
    "git-cliff-darwin-arm64": "1.2.0",
    "git-cliff-darwin-x64": "1.2.0",
    "git-cliff-linux-arm64": "1.2.0",
    "git-cliff-linux-x64": "1.2.0",
    "git-cliff-windows-arm64": "1.2.0",
    "git-cliff-windows-x64": "1.2.0"
  },
  "engines": {
    "node": ">=16.14.0",
    "npm": "use `pnpm` instead",
    "pnpm": ">=8.0.0",
    "yarn": "use `pnpm` instead"
  },
  "nano-staged": {
    "*.ts": "biome check --apply-unsafe .",
    "*": "biome format . --write"
  },
  "packageManager": "pnpm@8.6.0",
  "scripts": {
    "lint": "biome check --apply-unsafe .",
    "fmt": "biome format . --write",
    "dev": "rimraf dist && tsc -w",
    "build": "rimraf dist && tsc",
    "pub": "pnpm build && node dist/index.js publish",
    "test": "vitest",
    "coverage": "vitest run --coverage"
  }
}