Files
2022-05-20 17:51:04 +02:00

63 lines
1.6 KiB
JSON

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node src/app.ts",
"dev": "nodemon src/app.ts",
"test": "mocha -r ts-node/register --timeout 10000 src/Tests/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/detleph/server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/detleph/server/issues"
},
"homepage": "https://github.com/detleph/server#readme",
"dependencies": {
"@prisma/client": "^3.3.0",
"@types/cors": "^2.8.12",
"@types/handlebars": "^4.1.0",
"@types/express-fileupload": "^1.2.1",
"@types/jsonwebtoken": "^8.5.5",
"@types/mjml": "^4.7.0",
"@types/node": "^16.10.3",
"@types/nodemailer": "^6.4.4",
"@types/redis": "^2.8.32",
"argon2": "^0.28.2",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-fileupload": "^1.2.1",
"file-type": "^16.5.3",
"is-svg": "^4.3.2",
"handlebars": "^4.7.7",
"jsonwebtoken": "^8.5.1",
"mjml": "^4.11.0",
"nanoid": "^3.3.3",
"nodemailer": "^6.7.0",
"redis": "^3.1.2",
"winston": "^3.7.2",
"zod": "^3.14.4"
},
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/chai-as-promised": "^7.1.4",
"@types/chai-http": "^4.2.0",
"@types/express": "^4.17.13",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.3.0",
"mocha": "^9.1.3",
"prisma": "^3.3.0",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
}
}