Patrick Müller
ac29860075
All checks were successful
Jenkins Production Deployment
Co-authored-by: Patrick Mueller <patrick@mueller-patrick.tech> Reviewed-on: #17 Co-authored-by: Patrick Müller <patrick@plutodev.de> Co-committed-by: Patrick Müller <patrick@plutodev.de>
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "plutodev_express_api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "tsc && node ./dist/app.js",
|
|
"build": "tsc",
|
|
"debug": "export DEBUG=* && npm run start",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"swagger": "tsoa spec"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"app-root-path": "^3.0.0",
|
|
"axios": "^0.24.0",
|
|
"bcrypt": "^5.0.1",
|
|
"cors": "^2.8.5",
|
|
"debug": "^4.3.1",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"guid-typescript": "^1.0.9",
|
|
"mariadb": "^2.5.3",
|
|
"random-words": "^1.1.1",
|
|
"swagger-jsdoc": "^6.1.0",
|
|
"swagger-ui-express": "^4.3.0",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/app-root-path": "^1.2.4",
|
|
"@types/bcrypt": "^3.0.1",
|
|
"@types/debug": "^4.1.5",
|
|
"@types/express": "^4.17.11",
|
|
"@types/random-words": "^1.1.2",
|
|
"@types/swagger-jsdoc": "^6.0.1",
|
|
"@types/swagger-ui-express": "^4.1.3",
|
|
"@types/winston": "^2.4.4",
|
|
"source-map-support": "^0.5.19",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^4.1.5"
|
|
}
|
|
}
|