53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "livebeat",
|
|
"version": "1.0.0",
|
|
"description": "Backend of Livebeat",
|
|
"main": "app.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "ts-node app.ts",
|
|
"start:dev": "nodemon dist/app.js",
|
|
"build:dev": "tsc --watch --preserveWatchOutput",
|
|
"dev": "concurrently \"npm:build:dev\" \"npm:start:dev\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://nicolasklier.de:3000/Nicolas/Livebeat.git"
|
|
},
|
|
"author": "Mondei1",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"amqplib": "^0.6.0",
|
|
"argon2": "^0.27.0",
|
|
"body-parser": "^1.19.0",
|
|
"chalk": "^4.1.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"figlet": "^1.5.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"moment": "^2.29.1",
|
|
"mongoose": "^5.10.9",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.0.3",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/argon2": "0.15.0",
|
|
"@types/body-parser": "1.19.0",
|
|
"@types/chalk": "2.2.0",
|
|
"@types/dotenv": "8.2.0",
|
|
"@types/express": "4.17.8",
|
|
"@types/figlet": "1.2.0",
|
|
"@types/mongoose": "5.7.36",
|
|
"@types/typescript": "2.0.0",
|
|
"@types/winston": "2.4.4",
|
|
"concurrently": "^5.3.0",
|
|
"nodemon": "^2.0.5",
|
|
"@types/jsonwebtoken": "8.5.0",
|
|
"@types/amqplib": "0.5.14",
|
|
"@types/cors": "2.8.8",
|
|
"@types/moment": "2.13.0"
|
|
}
|
|
}
|