{
  "name": "tiny-pinyin-next",
  "version": "1.1.0",
  "description": "汉字转拼音",
  "author": "virjay",
  "license": "ISC",
  "homepage": "https://github.com/voidfeng/tiny-pinyin?#tiny-pinyin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/voidfeng/tiny-pinyin.git"
  },
  "keywords": [
    "汉字转拼音",
    "汉字",
    "拼音",
    "pinyin"
  ],
  "main": "src/index.ts",
  "scripts": {
    "dev": "cd demo && npm run dev",
    "build": "npx tsc && cd demo && npm install && npm run build",
    "test": "jest",
    "lint": "eslint . --ext .ts --fix"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.17.0",
    "@types/jest": "^24.0.21",
    "@typescript-eslint/eslint-plugin": "^8.37.0",
    "@typescript-eslint/parser": "^8.37.0",
    "eslint": "^9.31.0",
    "eslint-plugin-format": "^1.0.1",
    "husky": "^3.0.9",
    "jest": "^24.9.0",
    "ts-jest": "^24.1.0",
    "typescript": "^5.8.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "eslint . --ext .ts --fix"
    }
  }
}
