working sites importgit add *! WOOO! db-fill changed to fill-sites, new db script will be made for visits

This commit is contained in:
2020-01-04 21:46:06 -05:00
parent ff98c8c4fa
commit 02fca6268d
5 changed files with 92 additions and 58 deletions

View File

@@ -7,17 +7,18 @@
"dev": "nodemon ./bin/www",
"build-db": "node database/build.js",
"drop-db": "node database/drop-database.js",
"fill-db": "node database/fill-database.js"
"fill-sites": "node database/fill-sites.js"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"fast-xml-parser": "^3.15.1",
"fs": "0.0.1-security",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"mysql": "^2.17.1",
"nodemon": "^2.0.2",
"pug": "^2.0.4",
"xml2js": "^0.4.23"
"pug": "^2.0.4"
}
}