48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "turftracking-backend",
|
|
"version": "1.26.1",
|
|
"description": "Backend API for TurfTracking lawn care management application",
|
|
"keywords": [
|
|
"lawn care",
|
|
"agriculture",
|
|
"tracking",
|
|
"fertilizer",
|
|
"turf management"
|
|
],
|
|
"license": "MIT",
|
|
"author": "TurfTracking Team",
|
|
"main": "src/app.js",
|
|
"scripts": {
|
|
"dev": "nodemon src/app.js",
|
|
"start": "node src/app.js",
|
|
"test": "jest --runInBand --passWithNoTests"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.14.0",
|
|
"bcryptjs": "^3.0.3",
|
|
"compression": "^1.8.1",
|
|
"cors": "^2.8.6",
|
|
"dotenv": "^17.4.1",
|
|
"express": "^4.22.1",
|
|
"express-rate-limit": "^8.3.2",
|
|
"googleapis": "^154.1.0",
|
|
"helmet": "^8.1.0",
|
|
"joi": "^17.13.3",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"morgan": "^1.10.1",
|
|
"nodemailer": "^7.0.6",
|
|
"passport": "^0.7.0",
|
|
"passport-jwt": "^4.0.1",
|
|
"passport-oauth2": "^1.8.0",
|
|
"pg": "^8.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^30.3.0",
|
|
"nodemon": "^3.1.14",
|
|
"supertest": "^7.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.11.0"
|
|
}
|
|
}
|