{
  "name": "hyper-plastic-slate",
  "version": "0.0.3",
  "description": "A theme for Hyper based on Will Stone's Plastic theme with cute colors.",
  "main": "index.js",
  "files": [
    "index.js",
    "preview.png"
  ],
  "scripts": {
    "precommit": "lint-staged"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kayteh/hyper-plastic-slate.git"
  },
  "keywords": [
    "hyper",
    "hyper-theme",
    "plastic"
  ],
  "license": "MIT",
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-lowmess": "^2.4.0",
    "husky": "^2.2.0",
    "lint-staged": "^8.1.6",
    "prettier": "^1.17.0"
  },
  "lint-staged": {
    "*.{js,md}": [
      "prettier --write",
      "git add"
    ]
  }
}
