{
  "name": "prism-material-themes",
  "version": "1.0.5",
  "description": "Themes for the Prism syntax highlighting library based on the Material color scheme",
  "author": "Kai Cataldo <kai@kaicataldo.com>",
  "license": "MIT",
  "repository": "kaicataldo/prism-material-themes",
  "homepage": "https://github.com/kaicataldo/prism-material-themes#readme",
  "bugs": "https://github.com/kaicataldo/prism-material-themes/issues",
  "funding": "https://github.com/sponsors/kaicataldo",
  "keywords": [
    "styles",
    "theme",
    "themes",
    "prism",
    "material",
    "syntax",
    "highlighting"
  ],
  "main": "README.md",
  "files": [
    "LICENSE",
    "README.md",
    "themes"
  ],
  "scripts": {
    "build": "./generateThemes.js",
    "prepublishOnly": "npm run build",
    "eslint": "eslint .",
    "prettier": "prettier --write '**/*.js'"
  },
  "devDependencies": {
    "eslint": "^6.6.0",
    "eslint-config-prettier": "^6.5.0",
    "eslint-plugin-node": "^10.0.0",
    "postcss": "^8.4.44",
    "postcss-css-variables": "^0.19.0",
    "postcss-nested": "^6.2.0",
    "prettier": "1.19.1"
  }
}
