{
  "name": "prism-coy-theme",
  "description": "Prism Coy theme",
  "version": "0.1.2",
  "author": "Shinichi Okada",
  "scripts": {
    "build": "run-p build:scss build:vivliostyle",
    "build:scss": "sass scss:.",
    "build:vivliostyle": "vivliostyle build",
    "dev": "run-p preview watch:scss",
    "preview": "vivliostyle preview",
    "validate": "vivliostyle-theme-scripts validate",
    "watch:scss": "sass --watch scss:."
  },
  "devDependencies": {
    "@vivliostyle/cli": "^4.3.2",
    "npm-run-all": "^4.1.5",
    "sass": "^1.32.8",
    "vivliostyle-theme-scripts": "^0.3.5"
  },
  "files": [
    "*.css",
    "*.css.map",
    "scss",
    "example",
    "vivliostyle.config.js"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shinokada/prism-coy-theme"
  },
  "homepage": "https://github.com/shinokada/prism-coy-theme",
  "keywords": [
    "vivliostyle",
    "vivliostyle-theme"
  ],
  "license": "MIT",
  "vivliostyle": {
    "theme": {
      "name": "Techbook",
      "category": "misc",
      "style": "./theme_common.css",
      "topics": [
        "Techbook"
      ]
    }
  }
}
