-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 895 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 895 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
{
"name": "SpeechTraining",
"version": "1.3.2",
"main": "app.js",
"repository": "https://github.com/ely-alamillo/SpeechTraining.git",
"author": "FYPH-Org",
"license": "MIT",
"private": false,
"dependencies": {
"@google-cloud/language": "^1.1.0",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"eslint": "^4.12.1",
"eslint-config": "^0.3.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"express": "^4.16.2",
"mongoose": "^4.13.5",
"nodemon": "^1.14.2",
"textgears": "^1.0.0"
},
"scripts": {
"start": "nodemon app.js",
"lint": "eslint api/** && eslint client/src/components/*.js && eslint client/src/components/helpers/*.js && eslint client/src/*.js &&eslint app.js",
"heroku-postbuild": "cd client && yarn install --production[=false] && yarn install && yarn run build"
}
}