{
  "name": "fanti",
  "version": "1.1.0",
  "description": "轻量级简繁体中文转换工具，ESM、CJS、IIFE 三种模块格式。",
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "scripts": {
    "build": "tsc",
    "test": "mocha -r ts-node/register tests/**/*.test.ts",
    "prepare": "npm run build",
    "lint": "eslint . --ext .ts"
  },
  "keywords": [
    "fanti",
    "fantizi",
    "chinese",
    "traditional",
    "simplified",
    "conversion",
    "汉字",
    "繁体",
    "简体",
    "转换"
  ],
  "author": {
    "name": "jvy",
    "email": "jvy@qq.com",
    "url": "https://hub.js.cn"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^18.15.11",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4",
    "tsup": "latest"
  },
  "__npminstall_done": false,
  "homepage": "https://hub.js.cn",
  "files": [
    "LICENSE",
    "README.md",
    "dist",
    "package.json"
  ]
}
