qwik-account-manager/package.json

20 lines
374 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-15 18:47:56 +01:00
"dotenv": "^12.0.3",
2022-01-15 20:40:41 +01:00
"express": "^4.17.2",
2022-01-23 15:52:12 +01:00
"nunjucks": "^3.2.3",
"pg": "^8.7.1"
2022-01-15 18:47:56 +01:00
}
}