Backend/package.json

20 lines
485 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "The Sheepstar backend containing the api, cdn, shortener and more! :)",
"main": "app.js",
"repository": "https://github.com/SheepstarStudio/Backend.git",
"author": "SheepstarStudio",
"private": true,
"dependencies": {
"dotenv": "^16.0.2",
"mongoose": "^6.5.4",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
},
"devDependencies": {
"@types/node": "^18.7.15",
"nodemon": "^2.0.19"
}
}