26 lines
543 B
JSON
26 lines
543 B
JSON
{
|
|
"name": "qwik-register",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "qwik",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.qwik.space/qwik/qwik-account-manager"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.1",
|
|
"cookie-parser": "^1.4.6",
|
|
"dotenv": "^12.0.4",
|
|
"express": "^4.17.3",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"nunjucks": "^3.2.3",
|
|
"pg": "^8.7.3"
|
|
}
|
|
}
|