doto/package.json
2023-03-25 11:54:28 -05:00

32 lines
758 B
JSON

{
"name": "doto",
"version": "1.0.0",
"description": "\"Professional readme\"",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dkunk7/doto.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dkunk7/doto/issues"
},
"homepage": "https://github.com/Dkunk7/doto#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"connect-session-sequelize": "^7.1.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-handlebars": "^7.0.4",
"express-session": "^1.17.3",
"mysql2": "^3.2.0",
"sequelize": "^6.30.0",
"uuid": "^9.0.0"
}
}