-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "gptbook2quiz",
"version": "0.1.0",
"description": "step 1: install nodejs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bza.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NotBrianZach/gptbook2quiz.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NotBrianZach/gptbook2quiz/issues"
},
"homepage": "https://github.com/NotBrianZach/gptbook2quiz#readme",
"dependencies": {
"@google-cloud/speech": "^5.4.0",
"@google-cloud/text-to-speech": "^4.2.1",
"@joplin/turndown": "^4.0.65",
"@joplin/turndown-plugin-gfm": "^1.0.47",
"@tensorflow/tfjs": "^4.2.0",
"axios": "^1.3.4",
"better-sqlite3": "^8.2.0",
"chatgpt": "^5.1.1",
"commander": "^10.0.0",
"compute-cosine-similarity": "^1.0.0",
"enquirer": "^2.3.6",
"express": "^4.18.2",
"fetch-ponyfill": "^7.1.0",
"html-to-text": "^9.0.4",
"ink-mde": "^0.24.0",
"install": "^0.13.0",
"joplin-turndown-plugin-gfm": "^1.0.12",
"jsdom": "^21.1.1",
"markdown-it": "^13.0.1",
"natural": "^6.2.0",
"npm": "^9.6.3",
"percollate": "^4.0.2",
"pg": "^8.10.0",
"prettier": "^2.8.4",
"prompt": "^1.3.0",
"scikitjs": "^1.24.0",
"socket.io": "^4.6.1",
"tfjs": "^0.6.0",
"turndown": "^7.1.2",
"turndown-plugin-gfm": "^1.0.2",
"underscore": "^1.13.6",
"winston": "^3.8.2"
}
}