n39librarian/middleware/package.json

29 lines
639 B
JSON
Raw Permalink Normal View History

{
"name": "librarian-middleware",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"build": "npx tsc",
"start": "node dist/index.ts",
"dev": "nodemon index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-session": "^1.18.0",
"@types/uuid": "^10.0.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"mariadb": "^3.3.1",
"nodemon": "^3.1.4",
"ts-node-dev": "^2.0.0",
"typescript": "^5.5.4",
"uuid": "^10.0.0"
}
}