25 lines
535 B
JSON
25 lines
535 B
JSON
{
|
|
"name": "subman-backend",
|
|
"version": "1.0.0",
|
|
"description": "backend for the subman literary submission manager",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "test"
|
|
},
|
|
"author": "Andrzej Stepien",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"dependencies": {
|
|
"bcrypt": "^5.1.1",
|
|
"body-parser": "^1.20.2",
|
|
"express": "^4.19.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"knex": "^3.1.0",
|
|
"passport": "^0.7.0",
|
|
"passport-jwt": "^4.0.1",
|
|
"passport-local": "^1.0.0"
|
|
}
|
|
}
|