qwik-account-manager/package.json

22 lines
435 B
JSON
Raw Normal View History

2022-01-15 18:47:56 +01:00
{
"name": "qwik-register",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2022-01-22 21:32:14 +01:00
"bcrypt": "^5.0.1",
2022-01-31 20:47:34 +01:00
"cookie-parser": "^1.4.6",
2022-04-21 20:48:02 +02:00
"dotenv": "^12.0.4",
"express": "^4.17.3",
2022-01-31 20:47:34 +01:00
"jsonwebtoken": "^8.5.1",
2022-01-23 15:52:12 +01:00
"nunjucks": "^3.2.3",
2022-04-21 20:48:02 +02:00
"pg": "^8.7.3"
2022-01-15 18:47:56 +01:00
}
}