Initial commit
This commit is contained in:
46
backend/package.json
Normal file
46
backend/package.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"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": {
|
||||
"argon2": "^0.27.0",
|
||||
"body-parser": "^1.19.0",
|
||||
"chalk": "^4.1.0",
|
||||
"dotenv": "^8.2.0",
|
||||
"express": "^4.17.1",
|
||||
"figlet": "^1.5.0",
|
||||
"jsonwebtoken": "^8.5.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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user