UNPKG

pinyin-utils

Version:

Utilities to transform Pinyin syllables

43 lines (42 loc) 1.09 kB
{ "name": "pinyin-utils", "version": "2.32.0", "description": "Utilities to transform Pinyin syllables", "keywords": [ "chinese", "mandarin", "pinyin", "utils", "中文", "拼音" ], "homepage": "https://github.com/pepebecker/pinyin-utils#readme", "bugs": { "url": "https://github.com/pepebecker/pinyin-utils/issues" }, "repository": { "type": "git", "url": "https://github.com/pepebecker/pinyin-utils.git" }, "license": "ISC", "author": "Pepe Becker <mail@pepebecker.com> (https://pepe.asia)", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/types/index.d.ts", "files": [ "lib/" ], "scripts": { "prepublish": "npm run tsc", "test": "env TS_NODE_PROJECT=tsconfig-testing.json mocha -r ts-node/register tests/**/*.spec.ts", "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json" }, "devDependencies": { "@types/chai": "^4.2.14", "@types/mocha": "^8.0.4", "chai": "^4.2.0", "mocha": "^8.2.1", "ts-node": "^9.0.0", "typescript": "^4.1.2" } }