{
  "name": "routemamba",
  "version": "v5.1.0",
  "description": "Routemamba is a js library to develop most customizable single page web applications easily.",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "build": "npx rollup -c",
    "dist": "npm run build",
    "clean": "del ./dist",
    "prepare": "husky install",
    "watch": "rollup -c rollup.config.js -w",
    "serve": "npm run build && node webpack-dev-server.js",
    "lint": "eslint --fix --ext .js,.ts src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rezwanahmodsami/routemamba.git"
  },
  "keywords": [
    "routemamba",
    "routemambajs"
  ],
  "author": "Rezwan ahmod sami",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rezwanahmodsami/routemamba/issues"
  },
  "homepage": "https://github.com/rezwanahmodsami/routemamba#readme",
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint"
    }
  },
  "files": [
    "dist/"
  ],
  "lint-staged": {
    "**/*": "npx prettier --write \"**/*.{js,ts}\" --ignore-unknown "
  },
  "unpkg": "dist/routemamba.min.js",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.2",
    "@rollup/plugin-replace": "^5.0.3",
    "@types/jest": "^29.2.2",
    "@types/prettier": "^2.7.2",
    "@typescript-eslint/eslint-plugin": "^5.59.7",
    "@typescript-eslint/parser": "^5.59.7",
    "concurrently": "^7.5.0",
    "del-cli": "^5.0.0",
    "eslint": "^8.41.0",
    "eslint-config-standard-with-typescript": "^34.0.1",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-n": "^15.7.0",
    "eslint-plugin-promise": "^6.1.1",
    "husky": "^8.0.3",
    "jest": "^29.3.1",
    "lint-staged": "^13.2.2",
    "puppeteer": "^19.2.0",
    "rollup": "^2.79.1",
    "rollup-plugin-license": "^3.0.1",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.34.1",
    "ts-jest": "^29.0.3",
    "ts-loader": "^9.4.1",
    "typescript": "^5.0.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.11.1"
  }
}
