{
  "name": "@cloudscape-design/global-styles",
  "version": "1.0.58",
  "repository": {
    "type": "git",
    "url": "https://github.com/cloudscape-design/global-styles.git"
  },
  "homepage": "https://cloudscape.design",
  "license": "Apache-2.0",
  "type": "module",
  "main": "./index.js",
  "exports": {
    ".": "./index.js",
    "./dark-mode-utils.css": "./dark-mode-utils.css",
    "./index.css": "./index.css"
  },
  "files": [
    "*.js",
    "*.d.ts",
    "*.css",
    "THIRD-PARTY-LICENSES.txt",
    "NOTICE",
    "LICENSE",
    "README.md",
    "internal"
  ],
  "devDependencies": {
    "@eslint/compat": "^1.2.6",
    "@eslint/js": "^9.20.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@tony.ganchev/eslint-plugin-header": "^3.3.1",
    "@typescript-eslint/eslint-plugin": "^8.24.1",
    "@vitest/coverage-istanbul": "^4.0.10",
    "eslint": "^9.20.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-unicorn": "^57.0.0",
    "husky": "^9.1.7",
    "jsdom": "^26.0.0",
    "lint-staged": "^15.4.3",
    "normalize.css": "^8.0.1",
    "prettier": "^3.5.1",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.24.1",
    "vitest": "^4.0.1"
  },
  "lint-staged": {
    "*.{ts,js}": [
      "eslint --fix"
    ]
  },
  "scripts": {}
}
