{
  "name": "google-material-color-palette-json",
  "version": "3.0.1",
  "description": "Google Material Design color palette as a typed TypeScript/JavaScript module with full IntelliSense support",
  "author": "sravanrekandar@gmail.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sravanrekandar/google-material-color-palette-json.git"
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./scss": "./dist/_palette.scss",
    "./css": "./dist/palette.css"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "clean": "rimraf dist"
  },
  "keywords": [
    "material",
    "design",
    "color",
    "palette",
    "google",
    "typescript",
    "material-design",
    "colors",
    "react",
    "react-native",
    "sass",
    "scss"
  ],
  "devDependencies": {
    "rimraf": "^5.0.0",
    "tsup": "^8.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.4.0",
    "vitest": "^2.0.0"
  },
  "sideEffects": false
}
