{
  "name": "seemple-router",
  "version": "2.4.11",
  "description": "A router for Seemple.js",
  "main": "index",
  "scripts": {
    "test": "npm run unit",
    "unit": "../../node_modules/.bin/babel-node ../../node_modules/.bin/babel-istanbul cover test/index.js",
    "lint": "eslint ./test ./src",
    "npm-compile": "babel src -d npm && cp package.json npm/package.json && cp README.md npm/README.md",
    "build": "../../node_modules/.bin/webpack --mode=production"
  },
  "config": {
    "commitizen": {
      "path": "cz-simple-conventional-changelog"
    },
    "validate-commit-msg": {
      "types": [
        "feat",
        "fix",
        "refactor",
        "perf",
        "test",
        "chore",
        "revert"
      ]
    },
    "ghooks": {
      "commit-msg": "validate-commit-msg"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/finom/seemple-router.git"
  },
  "keywords": [
    "seemple",
    "router"
  ],
  "author": "Andrey Gubanov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/finom/seemple-router/issues"
  },
  "homepage": "https://github.com/finom/seemple-router#readme",
  "peerDependencies": {
    "seemple": "2.x"
  }
}