-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 972 Bytes
/
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
{
"name": "swolegoals",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"concurrently": "^4.1.0",
"mysql": "^2.17.1",
"nodemon": "^1.18.11"
},
"devDependencies": {},
"scripts": {
"angular": "cd sg-angular && ng serve --open",
"sql-conn": "cd server-sql && cloud_sql_proxy_x64.exe -instances=swolegoalsdatabase:us-central1:swolegoalsdb=tcp:3307",
"sql": "cd server-sql && nodemon server.js",
"firestore": "cd server-fs && nodemon serve.js",
"start": "concurrently \"npm run angular\" \"npm run sql-conn\" \"npm run sql\" \"npm run firestore\" ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swole-goals/SwoleGoals.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/swole-goals/SwoleGoals/issues"
},
"homepage": "https://github.com/swole-goals/SwoleGoals#readme"
}