forked from this-oldstep/vocappulary-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1.11 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
{
"name": "vocappulary-server",
"version": "1.0.0",
"description": "server for language learning app Vocappulary",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"dependencies": {
"@google-cloud/text-to-speech": "^0.5.1",
"aws-sdk": "^2.448.0",
"axios": "^0.18.0",
"body-parser": "^1.19.0",
"clarifai": "^2.9.0",
"cloudinary": "^1.14.0",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"firebase-admin": "^7.3.0",
"jsonwebtoken": "^8.5.1",
"pg": "^7.10.0",
"sequelize": "^5.8.3"
},
"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"
}