36 lines
905 B
JSON
36 lines
905 B
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"description": "The Sheepstar backend containing the api, cdn, shortener and more! :)",
|
|
"main": "app.ts",
|
|
"repository": "https://github.com/SheepstarStudio/Backend.git",
|
|
"author": "SheepstarStudio",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node app.ts",
|
|
"dev": "nodemon app.ts"
|
|
},
|
|
"dependencies": {
|
|
"@google-cloud/storage": "^6.4.2",
|
|
"discord-oauth2": "^2.11.0",
|
|
"dotenv": "^16.0.2",
|
|
"express": "^4.18.1",
|
|
"joi": "^17.6.0",
|
|
"mariadb": "^3.2.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"redis": "^4.6.10",
|
|
"sequelize": "^6.34.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.8.2",
|
|
"ws": "^8.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.13",
|
|
"@types/multer": "^1.4.7",
|
|
"@types/node": "^18.7.15",
|
|
"@types/redis": "^4.0.11",
|
|
"@types/ws": "^8.5.3",
|
|
"nodemon": "^2.0.19"
|
|
}
|
|
}
|