-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·48 lines (48 loc) · 1.27 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
{
"name": "vocappulary-server",
"version": "1.0.0",
"description": "server for language learning app Vocappulary",
"main": "app.js",
"scripts": {
"test": "jest",
"start": "nodemon app.js"
},
"dependencies": {
"@google-cloud/speech": "^2.3.1",
"@google-cloud/text-to-speech": "^0.5.1",
"audio-context": "^1.0.3",
"aws-sdk": "^2.448.0",
"axios": "^0.18.0",
"body-parser": "^1.19.0",
"btoa": "^1.2.1",
"clarifai": "^2.9.0",
"cloudinary": "^1.14.0",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"express-fileupload": "^1.1.4",
"firebase-admin": "^7.3.0",
"http": "0.0.0",
"jest": "^24.8.0",
"jsonwebtoken": "^8.5.1",
"pg": "^7.10.0",
"sequelize": "^5.8.3",
"socket.io": "^2.2.0"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/this-oldstep/vocappulary-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/this-oldstep/vocappulary-server/issues"
},
"homepage": "https://github.com/this-oldstep/vocappulary-server#readme"
}