{
  "name": "@uirouter/dsr",
  "description": "UI-Router Deep State Redirect: redirect to the most recently activated child state",
  "version": "1.2.0",
  "scripts": {
    "clean": "shx rm -rf lib lib-esm _bundles",
    "build": "npm run compile && rollup -c && rollup -c --environment MINIFY",
    "compile": "npm run clean && tsc && tsc -m es6 --outDir lib-esm",
    "test": "karma start",
    "test:downstream": "test_downstream_projects",
    "watch": "run-p watch:*",
    "watch:buildjs": "tsc -w",
    "watch:test": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1",
    "debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
    "changelog": "update_changelog",
    "release": "release",
    "prepublishOnly": "npm run build"
  },
  "homepage": "https://ui-router.github.io",
  "contributors": [
    {
      "name": "Chris Thielen",
      "web": "https://github.com/christopherthielen"
    }
  ],
  "maintainers": [
    {
      "name": "UIRouter Team",
      "web": "https://github.com/ui-router?tab=members"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ui-router/dsr.git"
  },
  "bugs": {
    "url": "https://github.com/ui-router/dsr/issues"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "jsnext:main": "lib-esm/index.js",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "license": "MIT",
  "peerDependencies": {
    "@uirouter/core": ">=5.0.0"
  },
  "devDependencies": {
    "@types/jasmine": "^3.4.0",
    "@types/jquery": "^3.3.1",
    "@types/lodash": "^4.14.119",
    "@uirouter/core": "^6.0.1",
    "@uirouter/publish-scripts": "^2.3.42",
    "husky": "^3.0.5",
    "jasmine-core": "^3.3.0",
    "karma": "^4.3.0",
    "karma-chrome-launcher": "~3.1.0",
    "karma-jasmine": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-super-dots-reporter": "^0.2.0",
    "karma-webpack": "^4.0.2",
    "lodash": "^4.17.11",
    "prettier": "^1.15.3",
    "pretty-quick": "^2.0.1",
    "rollup": "^1.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-uglify": "^6.0.1",
    "ts-loader": "^6.0.4",
    "tslint": "5.20.1",
    "tslint-eslint-rules": "^5.4.0",
    "typescript": "^3.2.2",
    "webpack": "^4.28.4"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  }
}
