-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 971 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": "iesu-artisan",
"version": "1.0.0",
"description": "- A dynamic website that features semi-like e-commerce functionality. Utilizing Gerrit Code Review for our version control system.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garett09/Iesu-artisan.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/garett09/Iesu-artisan/issues"
},
"homepage": "https://github.com/garett09/Iesu-artisan#readme",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-validator": "^6.13.0",
"google-spreadsheet": "^3.1.15",
"googleapis": "^67.1.0",
"mongoose": "^6.0.12",
"morgan": "^1.10.0"
},
"devDependencies": {
"eslint": "^8.1.0",
"nodemon": "^2.0.14"
}
}