subman-backend-ts/package.json

38 lines
957 B
JSON
Raw Normal View History

2024-06-07 10:27:36 +00:00
{
"name": "subman-backend-ts",
"version": "1.0.0",
"description": "typescript refactor of subman backend",
"main": "index.mts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andrzej Stepien",
"license": "Apache-2.0",
"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",
"mongoose": "^8.4.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"sqlite3": "^5.1.7"
},
"dev-dependencies": {
"@types/knex": "^0.16.1",
"@types/bcrypt": "^5.0.2",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/mongoose": "^5.11.97",
"@types/passport": "^1.0.16",
"@types/passport-jwt": "^4.0.1",
"@types/passport-local": "^1.0.38",
"typescript": "^5.4.5"
}
}