{
  "name": "custom-element-router",
  "version": "1.0.1",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "browser": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "watch": "tsc --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hossein-vejdani/poor-js-router.git"
  },
  "keywords": [
    "router",
    "web components",
    "web components router",
    "custom element",
    "custom element router",
    "routerjs",
    "js router"
  ],
  "author": "hossein vejdani",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hossein-vejdani/poor-js-router/issues"
  },
  "homepage": "https://github.com/hossein-vejdani/poor-js-router#readme",
  "dependencies": {}
}