all
This commit is contained in:
62
Downloads/Voltaserve/idp/package.json
Normal file
62
Downloads/Voltaserve/idp/package.json
Normal file
@ -0,0 +1,62 @@
|
||||
{
|
||||
"name": "voltaserve-idp",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "bun src/app.ts",
|
||||
"dev": "bun --watch src/app.ts",
|
||||
"tsc": "tsc --noEmit",
|
||||
"format": "prettier --write .",
|
||||
"swagger-autogen": "node ./swagger.js",
|
||||
"lint": "eslint"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "1.20.2",
|
||||
"camelize": "1.0.1",
|
||||
"cors": "2.8.5",
|
||||
"dotenv": "16.4.5",
|
||||
"express": "4.19.2",
|
||||
"express-validator": "7.0.1",
|
||||
"handlebars": "4.7.8",
|
||||
"hashids": "2.3.0",
|
||||
"jose": "5.2.4",
|
||||
"js-yaml": "4.1.0",
|
||||
"meilisearch": "0.38.0",
|
||||
"mime-types": "2.1.35",
|
||||
"minio": "7.1.3",
|
||||
"morgan": "1.10.0",
|
||||
"multer": "1.4.5-lts.1",
|
||||
"nodemailer": "6.9.13",
|
||||
"passport": "0.7.0",
|
||||
"passport-jwt": "4.0.1",
|
||||
"pg": "8.11.5",
|
||||
"uuid": "9.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
||||
"@types/body-parser": "1.19.5",
|
||||
"@types/cors": "2.8.17",
|
||||
"@types/express": "4.17.21",
|
||||
"@types/js-yaml": "4.0.9",
|
||||
"@types/mime-types": "2.1.4",
|
||||
"@types/minio": "7.1.1",
|
||||
"@types/morgan": "1.9.9",
|
||||
"@types/multer": "1.4.11",
|
||||
"@types/node": "20.12.7",
|
||||
"@types/nodemailer": "6.4.14",
|
||||
"@types/passport": "1.0.16",
|
||||
"@types/passport-jwt": "4.0.1",
|
||||
"@types/pg": "8.11.5",
|
||||
"@types/uuid": "9.0.8",
|
||||
"@typescript-eslint/eslint-plugin": "7.7.0",
|
||||
"@typescript-eslint/parser": "7.7.0",
|
||||
"eslint": "9.0.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"prettier": "3.2.5",
|
||||
"swagger-autogen": "2.23.7",
|
||||
"ts-node": "10.9.2",
|
||||
"tsconfig-paths": "4.2.0",
|
||||
"typescript": "5.4.5"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user