{
  "version": "14.0.12",
  "name": "@nicolabello/material-components-web",
  "description": "Modular and customizable Material Design UI components for the web",
  "author": "Nicola Bello <nicola.bello.3@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/nicolabello/material-components-web"
  },
  "keywords": [
    "material components",
    "material design"
  ],
  "license": "MIT",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "update": "node update",
    "build": "rimraf ./build && tsc && node build",
    "build:suppress": "rimraf ./build && tsc-silent --project tsconfig.json --suppress @/src/ @/node_modules/ --stats && node build"
  },
  "devDependencies": {
    "download": "^8.0.0",
    "glob": "^8.0.3",
    "replace-in-file": "^6.0.0",
    "rimraf": "^3.0.2",
    "safevalues": "^0.3.4",
    "sass": "^1.26.3",
    "tsc-silent": "^1.2.1",
    "tslib": "^2.1.0",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "@types/resize-observer-browser": "^0.1.7"
  }
}
