You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
554 B

{
"name": "masterhcsite",
"version": "1.0.0",
"description": "masterhcsite",
"main": "server.js",
"scripts": {
"test": "nodemon test.js",
"start": "node server.js",
"devStart": "nodemon --env-file=.env server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"findit": "^2.0.0",
"mongoose": "^8.1.3",
"morgan": "^1.10.0",
"node-html-parser": "^6.1.12",
"nodemon": "^3.0.3",
"sharp": "^0.33.3",
"three": "^0.161.0"
}
}