find-the-nest/package.json

26 lines
605 B
JSON
Raw Permalink Normal View History

{
"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"
}
}