find-the-nest/package.json
DaInfLoop 843723c3d3
Initial commit
Contains previous works that were previously hosted on GitHub/my own git server. I deleted that commit history as there was nothing big and it's nice to start on a clean slate.
2024-08-15 22:21:44 +01:00

25 lines
605 B
JSON

{
"name": "find-the-nest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaInfLoop/find-the-nest.git"
},
"author": "DaInfLoop",
"license": "ISC",
"bugs": {
"url": "https://github.com/DaInfLoop/find-the-nest/issues"
},
"homepage": "https://github.com/DaInfLoop/find-the-nest#readme",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.19.2",
"passport": "^0.7.0",
"passport-oauth2": "^1.8.0"
}
}