@pleisto/opencc
Version:
Conversion between Traditional and Simplified Chinese
52 lines (51 loc) • 1.33 kB
JSON
{
"name": "@pleisto/opencc",
"version": "0.1.0",
"description": "Conversion between Traditional and Simplified Chinese",
"author": "Carbo Kuo <byvoid@byvoid.com>",
"license": "Apache-2.0",
"main": "node/opencc.js",
"types": "node/opencc.d.ts",
"scripts": {
"test": "mocha -R spec node/test.js",
"deploy": "node-pre-gyp package && (node-pre-gyp-github publish --release || exit 0)",
"install": "node-pre-gyp install --fallback-to-build || node-pre-gyp rebuild"
},
"engines": {
"node": ">= 20.0.0"
},
"binary": {
"module_name": "opencc",
"module_path": "./build/Release/",
"host": "https://github.com/pleisto/OpenCC/releases/download/",
"remote_path": "{version}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pleisto/OpenCC.git"
},
"bugs": {
"url": "https://github.com/pleisto/OpenCC/issues"
},
"homepage": "https://github.com/pleisto/OpenCC#readme",
"keywords": [
"opencc",
"Chinese",
"conversion",
"unicode",
"Simplified Chinese",
"Traditional Chinese"
],
"devDependencies": {
"mocha": "^10.7.3",
"node-pre-gyp-github": "^2.0.0"
},
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.11",
"nan": "^2.20.0"
},
"packageManager": "yarn@4.4.0",
"volta": {
"node": "22.6.0"
}
}