{
  "name": "terra-folder-tree",
  "version": "1.6.1",
  "description": "Terra Folder Tree is a vertical menu that displays files and folders in a hierarchical tree structure.",
  "author": "Cerner Corporation",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cerner/terra-framework.git",
    "directory": "packages/terra-folder-tree"
  },
  "bugs": {
    "url": "https://github.com/cerner/terra-framework/issues"
  },
  "homepage": "https://github.com/cerner/terra-framework#readme",
  "license": "Apache-2.0",
  "keywords": [
    "Cerner",
    "folder-tree",
    "Framework",
    "Terra",
    "terra-folder-tree",
    "UI"
  ],
  "main": "lib/index.js",
  "files": [
    "lib",
    "src",
    "translations",
    "CHANGELOG.md",
    "LICENSE",
    "NOTICE",
    "README.md"
  ],
  "peerDependencies": {
    "react": "16",
    "react-dom": "16",
    "react-intl": "2 || 3 || 4 || 5"
  },
  "dependencies": {
    "classnames": "2",
    "keycode-js": "3",
    "prop-types": "15",
    "terra-action-header": "^2.94.0",
    "terra-arrange": "3",
    "terra-button": "^3.78.0",
    "terra-icon": "^3.61.0",
    "terra-spacer": "^3.65.0",
    "terra-theme-context": "^1.11.0",
    "terra-toolbar": "1",
    "terra-visually-hidden-text": "^2.39.0",
    "uuid": "3.4.0"
  },
  "scripts": {
    "clean:install": "npm run clean && time npm install",
    "clean:lib": "rm -rf lib",
    "clean:node_modules": "echo 'removing ./node_modules' && rm -rf node_modules && echo 'removed ./node_modules'",
    "clean": "npm run clean:node_modules && npm run clean:lib",
    "compile": "babel --root-mode upward src --out-dir lib --copy-files",
    "jest": "jest --config ../../jest.config.js",
    "lint:js:fix": "eslint --ext .js,.jsx . --fix",
    "lint:js": "eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
    "lint:scss": "stylelint src/**/*.scss",
    "lint": "npm run lint:js && npm run lint:scss",
    "precompile": "rm -rf lib",
    "test": "npm run lint && npm run jest"
  },
  "gitHead": "e2f0ab2e1f3edd0f8968a14bd9c16764882e6221"
}
