43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "welbex-job-interview",
|
|
"version": "1.0.0",
|
|
"description": "task for a job interview",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.foxarmy.org/leca/welbex-job-interview"
|
|
},
|
|
"license": "WTFPL",
|
|
"author": "leca",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "npx tsx --env-file=.env --watch src/index.ts",
|
|
"typeorm": "typeorm-ts-node-commonjs"
|
|
},
|
|
"dependencies": {
|
|
"bcrypt": "^5.1.1",
|
|
"bcrypt-ts": "^5.0.3",
|
|
"body-parser": "^1.20.3",
|
|
"cookie-parser": "^1.4.7",
|
|
"express": "^4.21.2",
|
|
"express-session": "^1.18.1",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"pg": "^8.13.1",
|
|
"react": "^19.0.0",
|
|
"reflect-metadata": "^0.1.13",
|
|
"typeorm": "0.3.20"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cookie-parser": "^1.4.8",
|
|
"@types/express": "^5.0.0",
|
|
"@types/express-session": "^1.18.1",
|
|
"@types/jsonwebtoken": "^9.0.8",
|
|
"@types/multer": "^1.4.12",
|
|
"@types/node": "^16.18.125",
|
|
"ts-node": "10.9.1",
|
|
"typescript": "^4.5.2"
|
|
}
|
|
}
|