{
  "name": "@cerner/terra-toolkit-docs",
  "version": "2.32.1",
  "description": "Contains documentation for packages in the terra-toolkit monorepo",
  "author": "Cerner Corporation",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cerner/terra-toolkit.git",
    "directory": "packages/terra-toolkit-docs"
  },
  "bugs": {
    "url": "https://github.com/cerner/terra-toolkit/issues"
  },
  "homepage": "https://github.com/cerner/terra-toolkit",
  "license": "Apache-2.0",
  "keywords": [
    "Cerner",
    "eslint",
    "eslint-config",
    "Terra"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^10.13.0 || 12 || 14",
    "npm": "6 || 9"
  },
  "main": "index.js",
  "files": [
    "lib",
    "src",
    "CHANGELOG.md",
    "README.md",
    "LICENSE",
    "NOTICE"
  ],
  "dependencies": {
    "@cerner/jest-config-terra": "^3.0.0",
    "@cerner/package-json-lint": "^2.2.0",
    "@cerner/stylelint-config-terra": "^5.1.0",
    "@cerner/terra-functional-testing": "^4.8.0",
    "@cerner/webpack-config-terra": "3 || 4"
  },
  "devDependencies": {
    "@babel/cli": "7",
    "@babel/core": "7"
  },
  "scripts": {
    "clean": "npm run clean:node_modules && npm run clean:lib",
    "clean:lib": "rm -rf lib",
    "clean:node_modules": "echo 'removing ./node_modules' && rm -rf node_modules && echo 'removed ./node_modules'",
    "clean:install": "npm run clean && time npm install",
    "compile": "babel --root-mode upward src --out-dir lib --copy-files",
    "lint": "eslint --ext .js,.jsx --ignore-path ../../.eslintignore .",
    "lint:js:fix": "eslint --ext .js,.jsx . --fix",
    "precompile": "rm -rf lib",
    "postinstall": "npm run compile"
  },
  "gitHead": "3e96e45cfcb0cc2608f2926b6d6f8ef4ecff19a5"
}
