{
  "name": "@mango-scripts/dev-scripts",
  "version": "2.1.2",
  "description": "一些便捷的前端开发脚本，支持快捷发布 npm 包、批量转换文件后缀名、git 快捷操作等",
  "keywords": [
    "mango-scripts",
    "dev-scripts",
    "addPackage",
    "releasePackage",
    "changeExtname"
  ],
  "homepage": "https://github.com/AlbertLin0923/mango-scripts/tree/main/packages/dev-scripts#readme",
  "bugs": {
    "url": "https://github.com/AlbertLin0923/mango-scripts/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlbertLin0923/mango-scripts.git",
    "directory": "packages/dev-scripts"
  },
  "license": "MIT",
  "author": "AlbertLin0923",
  "type": "module",
  "bin": {
    "dev-scripts": "./dist/esm/cli.mjs"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@mango-scripts/utils": "^2.0.6",
    "npm-keyword": "^7.0.0",
    "package-json": "^8.1.1",
    "conventional-changelog-cli": "^5.0.0",
    "which": "^5.0.0"
  },
  "devDependencies": {
    "@types/which": "^3.0.4"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch"
  }
}