-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.2 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
{
"name": "true_legacy_homes",
"version": "1.0.0",
"description": "Node/Express/MySQL web application for True Legacy Homes (Estate Sales) Created 8/8/2021 ==================================================================== ====================================================================",
"main": "index.js",
"scripts": {
"start": "nodemon -w ./src -i ./src/public/ -e '*' -x 'rm -rf dist/* && tsc && node dist/app'"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^16.11.2",
"connect-flash": "^0.1.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-openid-connect": "^2.5.1",
"http-errors": "^1.8.0",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongodb": "^4.1.3",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.14",
"source-map-support": "^0.5.20",
"typescript": "^4.4.4"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/toddbrannon/true_legacy_homes.git"
},
"bugs": {
"url": "https://github.com/toddbrannon/true_legacy_homes/issues"
},
"homepage": "https://github.com/toddbrannon/true_legacy_homes#readme"
}