This repository has been archived on 2025-11-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
know-it-all/server/package.json
2022-03-09 17:56:52 -06:00

25 lines
618 B
JSON

{
"name": "server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"@trycourier/courier": "^3.5.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "^0.29.0",
"morgan": "~1.9.1",
"mysql2": "^2.3.3",
"node-forge": "^1.2.1",
"nodemon": "^2.0.15",
"sequelize": "^6.17.0",
"sequelize-cli": "^6.4.1",
"sqlite3": "^5.0.2",
"uuid": "^8.3.2"
}
}