14 lines
347 B
JSON
14 lines
347 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"
|
|
}
|
|
}
|