-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 947 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
36
37
{
"name": "kindle-flashcards",
"version": "1.0.0",
"description": "Set of utilities for creating flashcards on Kindle",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robert7/kindle-flashcards.git"
},
"author": "Robert Spiegel",
"license": "ISC",
"bugs": {
"url": "https://github.com/robert7/kindle-flashcards/issues"
},
"homepage": "https://github.com/robert7/kindle-flashcards#readme",
"dependencies": {
"@google-cloud/text-to-speech": "^3.1.3",
"@google-cloud/translate": "^6.1.0",
"audioconcat": "0.1.4",
"bluebird": "3.7.2",
"csv-parse": "4.8.3",
"csv-stringify": "5.3.6",
"epub-gen": "0.1.0",
"event-stream": "4.0.1",
"mocha": "^8.3.2",
"moment": "2.24.0",
"optionator": "0.8.3",
"pdfkit": "0.11.0"
},
"devDependencies": {
"chai": "^4.3.4",
"sinon": "^10.0.0"
}
}