{
  "name": "spa-navigator",
  "version": "1.0.4",
  "description": "A lightweight JavaScript library for managing **Single Page Application (SPA)** navigation without reloading the page and url management.The SPA-Navigator NPM package helps implement 'soft' page loads for Single Page Applications (SPAs). This allows for a responsive user experience without reloading the page when a user clicks a link  ",
  "main": "dist/spa-navigator.min.js",
  "module": "dist/spa-navigator.min.js",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "webpack --mode production",
    "start": "node example/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Terenceonye/spa-navigator.git"
  },
  "keywords": [
    "SPA",
    "JavaScript",
    "Navigator",
    "Single Page Application"
  ],
  "author": "Terence Onyeweke",
  "license": "MIT",
  "devDependencies": {
    "webpack": "^5.98.0",
    "webpack-cli": "^4.10.0"
  }
}
