qwik-account-manager/package.json

26 lines
543 B
JSON
Raw Permalink 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"
},
2023-08-02 16:12:42 +02:00
"author": "qwik",
"repository": {
"type": "git",
"url": "https://git.qwik.space/qwik/qwik-account-manager"
},
2022-01-15 18:47:56 +01:00
"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
}
}