-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 804 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "node-pronounce",
"version": "0.0.4",
"description": "Simple utility to convert word to pronounceable word",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcnaveen/node-pronounce.git"
},
"type": "module",
"author": "mcnaveen <me@mcnaveen.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcnaveen/node-pronounce/issues"
},
"homepage": "https://github.com/mcnaveen/node-pronounce#readme",
"dependencies": {
"compromise": "^14.4.0",
"compromise-speech": "^0.1.0"
},
"keywords": [
"pronounce.js",
"pronounce",
"word",
"pronunciation",
"phonetic",
"pronunciation-converter"
]
}