-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 877 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
31
32
33
34
35
{
"name": "GLT",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"seed": "node scripts/seed.js",
"start:dev": "nodemon server.js",
"heroku-postbuild": "node scripts/seed.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alexistanner94/GLT.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Alexistanner94/GLT/issues"
},
"homepage": "https://github.com/Alexistanner94/GLT#readme",
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"fetch": "^1.1.0",
"mysql2": "^2.0.1",
"node-fetch": "^2.6.0",
"node-schedule": "^1.3.2",
"nodemon": "^2.0.1",
"sequelize": "^5.21.2",
"sequelize-cli": "^5.5.1"
}
}