-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 874 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 874 Bytes
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
{
"name": "freepdfreader",
"version": "1.0.0",
"description": "An accesible and free pdf to speech service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Larjun/FreePdfReader.git"
},
"author": "Dylan Kriegman and Arjun Lakshmi Narasimhan",
"license": "ISC",
"bugs": {
"url": "https://github.com/Larjun/FreePdfReader/issues"
},
"homepage": "https://github.com/Larjun/FreePdfReader#readme",
"dependencies": {
"body-parser": "^1.19.2",
"ejs": "^3.1.6",
"express": "^4.17.3",
"gtts": "^0.2.1",
"node-gtts": "^2.0.2",
"text-to-speech-js": "^1.1.10",
"tmp": "^0.2.1",
"install": "^0.13.0",
"multer": "^1.4.4",
"npm": "^8.5.3",
"pdf-parse": "^1.1.1"
}
}