mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-04 08:36:10 +02:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "ts-node src/index.ts",
|
|
"debug": "nodemon src/index.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/GithubOrgProjectPiza/server.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/GithubOrgProjectPiza/server/issues"
|
|
},
|
|
"homepage": "https://github.com/GithubOrgProjectPiza/server#readme",
|
|
"dependencies": {
|
|
"@prisma/client": "^3.10.0",
|
|
"@types/argon2": "^0.15.0",
|
|
"@types/express": "^4.17.13",
|
|
"@types/jsonwebtoken": "^8.5.8",
|
|
"@types/nodemailer": "^6.4.4",
|
|
"@types/redis": "^4.0.11",
|
|
"argon2": "^0.28.5",
|
|
"dotenv": "^16.0.0",
|
|
"express": "^4.17.3",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"nodemailer": "^6.7.2",
|
|
"prisma": "^3.10.0",
|
|
"promisify": "^0.0.3",
|
|
"redis": "^4.0.4",
|
|
"ts-node": "^10.5.0",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^8.9.5",
|
|
"nodemon": "^1.18.4"
|
|
}
|
|
}
|