{
  "name": "@xiping/pinyin-search",
  "version": "1.0.84",
  "description": "pinyin-search",
  "type": "module",
  "author": "The-End-Hero <527409987@qq.com>",
  "homepage": "https://github.com/The-End-Hero/xiping#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/The-End-Hero/wang-ping.git"
  },
  "scripts": {
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "build": "tsc"
  },
  "bugs": {
    "url": "https://github.com/The-End-Hero/wang-ping/issues"
  },
  "gitHead": "c3eecb29bdc9e3766f96cb2461bb4c8a95a6d76b",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "pinyin-match": "^1.2.10"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "jest": "^30.4.2",
    "ts-jest": "^29.4.10",
    "typescript": "^5.9.3"
  }
}
