UNPKG

1.08 kBJSONView Raw
1{
2 "name": "pinyin-split",
3 "version": "1.138.0",
4 "description": "Split up any kind of Pinyin into an array of syllables.",
5 "keywords": [
6 "chinese",
7 "mandarin",
8 "pinyin",
9 "split"
10 ],
11 "homepage": "https://github.com/pepebecker/pinyin-split#readme",
12 "bugs": {
13 "url": "https://github.com/pepebecker/pinyin-split/issues"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/pepebecker/pinyin-split.git"
18 },
19 "license": "ISC",
20 "author": "Pepe Becker <mail@pepebecker.com> (https://pepe.asia)",
21 "main": "./lib/cjs/index.js",
22 "module": "./lib/esm/index.js",
23 "types": "./lib/types/index.d.ts",
24 "files": [
25 "lib/"
26 ],
27 "scripts": {
28 "prepublish": "npm run tsc",
29 "test": "env TS_NODE_PROJECT=tsconfig-testing.json mocha -r ts-node/register tests/**/*.spec.ts",
30 "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json"
31 },
32 "devDependencies": {
33 "@types/chai": "^4.2.14",
34 "@types/mocha": "^8.0.4",
35 "chai": "^4.2.0",
36 "mocha": "^8.2.1",
37 "ts-node": "^9.0.0",
38 "typescript": "^4.1.2"
39 }
40}