-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.43 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
{
"name": "text-to-speech",
"version": "1.0.0",
"description": "MS-API",
"main": "stylebackgroundplayer.js",
"scripts": {
"start": "node src/index.js",
"start:dev": "npm run lint && nodemon --exec node index.js --unhandled-rejections=warn",
"test": "jest --detectOpenHandles --coverage",
"lint": "eslint src/**/*.js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoeMansour2003/Text-to-Speech.git"
},
"author": "Joseph Mansour",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoeMansour2003/Text-to-Speech/issues"
},
"homepage": "https://github.com/JoeMansour2003/Text-to-Speech#readme",
"dependencies": {
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"microsoft-cognitiveservices-speech-sdk": "^1.24.1",
"mime-types": "^2.1.35",
"pdf-parse": "^1.1.1",
"url": "^0.11.0"
},
"keywords": [],
"devDependencies": {
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.4.2",
"nodemon": "^2.0.4",
"prettier": "^2.1.2",
"supertest": "^6.1.1"
}
}