{
  "name": "terra-navigation-prompt",
  "version": "1.95.1",
  "description": "The NavigationPrompt and NavigationPromptCheckpoint components allow for the detection and management of components with unsaved state.",
  "author": "Cerner Corporation",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cerner/terra-framework.git",
    "directory": "packages/terra-navigation-prompt"
  },
  "bugs": {
    "url": "https://github.com/cerner/terra-framework/issues"
  },
  "homepage": "https://github.com/cerner/terra-framework#readme",
  "license": "Apache-2.0",
  "keywords": [
    "Cerner",
    "Framework",
    "Navigation",
    "Prompt",
    "Terra",
    "terra-navigation-prompt",
    "UI"
  ],
  "main": "lib/index.js",
  "files": [
    "lib",
    "src",
    "CHANGELOG.md",
    "LICENSE",
    "NOTICE",
    "README.md"
  ],
  "peerDependencies": {
    "react": "16",
    "react-dom": "16"
  },
  "dependencies": {
    "classnames": "2",
    "prop-types": "15",
    "terra-notification-dialog": "^4.51.1",
    "uuid": "3.4.0"
  },
  "scripts": {
    "compile": "babel --root-mode upward src --out-dir lib --copy-files",
    "lint": "npm run lint:js && npm run lint:scss",
    "lint:js": "eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
    "lint:scss": "stylelint src/**/*.scss",
    "precompile": "rm -rf lib",
    "test": "npm run jest",
    "jest": "jest --config ../../jest.config.js"
  },
  "gitHead": "e2f0ab2e1f3edd0f8968a14bd9c16764882e6221"
}
