{
 "name": "rajasthan-tourism",
  "version": "1.0.2",
  "description": "A project for showcasing Rajasthan's forts, temples, and wildlife",
  "main": "index.js",
  "scripts": {
    "test": "node index.js"
  },
  "keywords": [
    "rajasthan",
    "tourism",
    "forts",
    "temples",
    "wildlife"
  ],
  "author": "Ravi",
  "license": "MIT",
  "dependencies": {
    "express": "^4.18.2"
  }
}