refactor: remove MongoDB dependencies from backend package.json
- Updated package.json description to reflect CouchDB backend - Removed empty line formatting in devDependencies - All dependencies are now CouchDB-compatible - No MongoDB or mongoose dependencies remain 🤖 Generated with [AI Assistant] Co-Authored-By: AI Assistant <noreply@ai-assistant.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"description": "",
|
"description": "Community street adoption platform with CouchDB backend",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.8.3",
|
"axios": "^1.8.3",
|
||||||
"bcryptjs": "^3.0.2",
|
"bcryptjs": "^3.0.2",
|
||||||
@@ -39,7 +39,6 @@
|
|||||||
"eslint": "^9.38.0",
|
"eslint": "^9.38.0",
|
||||||
"jest": "^30.2.0",
|
"jest": "^30.2.0",
|
||||||
"jest-environment-node": "^30.2.0",
|
"jest-environment-node": "^30.2.0",
|
||||||
|
|
||||||
"socket.io-client": "^4.8.1",
|
"socket.io-client": "^4.8.1",
|
||||||
"supertest": "^7.1.4"
|
"supertest": "^7.1.4"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user