{
  "name": "@easyroute/core",
  "version": "2.0.2",
  "description": "Framework-agnostic router for JavaScript single-page applications",
  "keywords": [
    "javascript",
    "spa",
    "router",
    "single",
    "page",
    "application"
  ],
  "author": "Alexey Solovyov <plotinka@lyoha.info>",
  "homepage": "https://github.com/easyroute-router/easyroute/tree/main/packages/core#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "src": "src",
    "dist": "dist",
    "hash-mode": "hash-mode",
    "history-mode": "history-mode",
    "silent-mode": "silent-mode",
    "utils": "utils"
  },
  "files": [
    "dist",
    "silent-mode",
    "history-mode",
    "hash-mode",
    "utils"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest",
    "build": "rollup -c",
    "dev": "rollup --mode=development -c -w",
    "lint": "eslint '*/**/*.{js,ts}' --fix",
    "test:lint": "npm run lint && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/easyroute-router/easyroute.git"
  },
  "gitHead": "eef92665fcf018bb6915b787bd1650d23d9bfb41"
}
