{
  "name": "@anypoint-web-components/anypoint-styles",
  "version": "1.0.4",
  "description": "Anypoint styles definition for web components.",
  "license": "Apache-2.0",
  "main": "anypoint-styles.js",
  "keywords": [
    "anypoint",
    "styles"
  ],
  "author": {
    "name": "Pawel Uchida-Psztyc"
  },
  "contributors": [
    "Your name can be here!"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/anypoint-web-components/anypoint-styles.git"
  },
  "bugs": {
    "url": "https://github.com/anypoint-components/anypoint-styles/issues",
    "email": "arc@mulesoft.com"
  },
  "dependencies": {
    "lit-element": "^2.5.1",
    "lit-html": "^1.4.1"
  },
  "devDependencies": {
    "@advanced-rest-client/arc-demo-helper": "^1.0.17",
    "@open-wc/eslint-config": "^4.3.0",
    "@web/dev-server": "^0.1.25",
    "husky": "^7.0.2",
    "lint-staged": "^11.2.3"
  },
  "scripts": {
    "start": "web-dev-server --app-index demo/index.html --node-resolve --open --watch --root-dir .",
    "test": "exit 0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  }
}
