chinese-conv
Version:
我就懶,無依賴的,簡繁轉換解決方案。very simple solution for lazy people, no dependencies, converting simplified to traditional and traditional to simplified.
65 lines • 1.67 kB
JSON
{
"name": "chinese-conv",
"description": "我就懶,無依賴的,簡繁轉換解決方案。very simple solution for lazy people, no dependencies, converting simplified to traditional and traditional to simplified.",
"version": "3.2.2",
"type": "module",
"packageManager": "pnpm@9.14.2",
"exports": {
".": "./src/index.ts",
"./dist": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"./src/**",
"./dist/**"
],
"keywords": [
"Traditional",
"unicode",
"Simplified",
"conversion",
"Chinese",
"convert",
"transform"
],
"devDependencies": {
"@types/node": "22.9.4",
"@vitest/coverage-v8": "2.1.4",
"del-cli": "6.0.0",
"lefthook": "1.8.2",
"prettier": "3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
"turbo": "2.3.2",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aqzhyi/chinese-conv.git"
},
"author": {
"name": "ねむけ (Nemuke)",
"email": "pleasurazy@gmail.com",
"url": "https://github.com/aqzhyi"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/aqzhyi/chinese-conv/issues"
},
"homepage": "https://github.com/aqzhyi/chinese-conv#readme",
"private": false,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite build -w",
"build": "vite build",
"tsc": "tsc --noEmit",
"tsc:w": "tsc --noEmit --watch --preserveWatchOutput",
"test": "vitest run",
"test:w": "vitest -w",
"test:coverage": "vitest run --coverage"
}
}