{
  "name": "plastic",
  "displayName": "Plastic",
  "version": "5.1.2",
  "private": true,
  "description": "A simple theme.",
  "categories": [
    "Themes"
  ],
  "homepage": "https://wstone.io/plastic",
  "bugs": {
    "url": "https://github.com/will-stone/plastic/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/will-stone/plastic"
  },
  "author": "Will Stone",
  "publisher": "will-stone",
  "type": "module",
  "scripts": {
    "build": "node src/index.js",
    "lint": "eslint . --ignore-path .gitignore",
    "release": "npm run build && vsce publish",
    "postinstall": "husky install",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable"
  },
  "contributes": {
    "themes": [
      {
        "label": "Plastic",
        "uiTheme": "vs-dark",
        "path": "./themes/main.json"
      }
    ]
  },
  "lint-staged": {
    "*.{css,json,md}": [
      "prettier --write"
    ],
    "*.{js,jsx,ts,tsx}": [
      "eslint --fix"
    ]
  },
  "nodemonConfig": {
    "ext": "js,yaml",
    "ignore": [
      "themes/*"
    ]
  },
  "babel": {
    "plugins": [
      "@babel/plugin-syntax-top-level-await"
    ]
  },
  "prettier": "@will-stone/prettier-config",
  "eslintConfig": {
    "parser": "@babel/eslint-parser",
    "extends": [
      "@will-stone/eslint-config/javascript",
      "@will-stone/eslint-config/node"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/eslint-parser": "^7.12.1",
    "@babel/plugin-syntax-top-level-await": "^7.12.1",
    "@will-stone/eslint-config": "^2.0.1",
    "@will-stone/prettier-config": "^3.1.2",
    "eslint": "^7.21.0",
    "husky": "^5.1.3",
    "js-yaml": "^4.0.0",
    "lint-staged": "^10.5.4",
    "pinst": "^2.1.6",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "vsce": "^1.85.0"
  },
  "engines": {
    "node": ">=15.0.0",
    "vscode": "^1.45.0"
  },
  "icon": "images/icon.png",
  "__metadata": {
    "id": "0615a8d1-878b-482f-b36c-773d1ed16adb",
    "publisherId": "744e71fe-bf60-4aba-94b1-d6e77d16fa27",
    "publisherDisplayName": "Will Stone"
  }
}
