UNPKG

win-balabolka-tts

Version:

使用Balabolka进行文字转换为语音

63 lines (62 loc) 1.39 kB
{ "name": "win-balabolka-tts", "version": "1.0.1", "description": "使用Balabolka进行文字转换为语音", "license": "MIT", "repository": { "type": "git", "url": "" }, "main": "dist/bundle.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "jest", "lint": "prettier --write .", "build": "webpack --config webpack.production.config.js", "prepare": "npm run lint && npm run test && npm run build" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "src/**/*.{js,ts,json,md}": [ "prettier --write" ] }, "devDependencies": { "@babel/cli": "7.21.0", "@babel/core": "7.20.12", "@babel/preset-env": "7.20.2", "@babel/preset-typescript": "^7.15.0", "@types/jest": "^29.2.6", "@types/node": "^18.6.3", "babel-jest": "^29.2.2", "clean-webpack-plugin": "4.0.0", "copy-webpack-plugin": "^11.0.0", "husky": "^8.0.3", "jest": "^29.5.0", "jest-mock": "^29.1.2", "lint-staged": "^13.0.0", "prettier": "2.8.4", "ts-jest": "^29.0.5", "ts-loader": "^9.2.6", "typescript": "^4.9.4", "webpack": "^5.58.2", "webpack-cli": "^5.0.0" }, "keywords": [ "tts", "balabolka", "text-to-voice", "node.js", "windows" ], "dependencies": { "iconv-lite": "^0.6.3" } }