{
  "name": "pop-n-lock-theme-vscode",
  "version": "3.32.15",
  "publisher": "Luxcium",
  "license": "MIT",
  "displayName": "Pop N' Lock Theme by Luxcium ✨",
  "description": "🐲 Perfectly balanced TypeScript theme with vivid colours.",
  "preview": false,
  "markdown": "github",
  "qna": "marketplace",
  "icon": "Scientia-is-lux-principium-400px-TM.png",
  "engines": {
    "node": ">= 14",
    "npm": ">= 7",
    "vscode": "^1.63.0"
  },
  "homepage": "https://github.com/luxcium/pop-n-lock-theme-vscode/#readme",
  "bugs": {
    "url": "https://github.com/luxcium/pop-n-lock-theme-vscode/issues",
    "email": "luxcium@neb401.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/luxcium/pop-n-lock-theme-vscode.git"
  },
  "scripts": {
    "test": "yarn install; snyk test",
    "unpdate:code": "yarn add -D --force --ignore-scripts --ignore-engines @types/vscode@1.49.0; vsce -V",
    "update:global": "yarn global add --force --ignore-scripts --ignore-engines npm@latest yarn@latest vsce@latest",
    "update:local": "yarn add --dev --force --ignore-scripts --ignore-engines npm@latest yarn@latest vsce@latest",
    "update:all": "yarn run --ignore-engines unpdate:code; yarn run --ignore-engines update:global; yarn run --ignore-engines update:local",
    "npm:publish": "#${HOME}/.yarn/bin/npm publish",
    "vsce:publish": "vsce publish --yarn",
    "vsce:package": "vsce package --yarn",
    "vsce:pak-pub": "vsce package --yarn && vsce publish --yarn",
    "vsce:prepublish": "yarn run --ignore-engines update:all; yarn run --ignore-engines test",
    "vsce:release": "yarn run --ignore-engines vsce:prepublish && yarn run --ignore-engines vsce:pak-pub && git add .  && yarn run npm:publish",
    "vsce:release:minor": "yarn run --ignore-engines vsce:prepublish ; yarn version --ignore-engines  --no-git-tag-version --minor && yarn run --ignore-engines vsce:pak-pub  && git add . && yarn run npm:publish",
    "vsce:release:patch": "yarn run --ignore-engines vsce:prepublish ; yarn version --ignore-engines  --no-git-tag-version --patch && yarn run --ignore-engines vsce:pak-pub && git add . && yarn run npm:publish"
  },
  "dependencies": {},
  "devDependencies": {
    "color-convert": "^2.0.1",
    "typescript": "^4.5.4",
    "@types/dotenv": "^8.2.0",
    "@types/express": "^4.17.6",
    "@types/mongoose": "^5.7.10",
    "@types/node": "^13.11.1",
    "@types/puppeteer": "^2.0.1",
    "@types/react": "^16.9.34",
    "@types/react-dom": "^16.9.6",
    "@types/vscode": "1.49.0",
    "chalk": "^4.0.0",
    "dotenv": "^8.2.0",
    "eslint": "^7.16.0",
    "express": "^4.17.1",
    "express-mongo-sanitize": "^2.0.0",
    "install": "^0.13.0",
    "jquery": "^3.5.0",
    "jsdom": "^16.2.2",
    "jsonwebtoken": "^8.5.1",
    "lodash": "^4.17.15",
    "mongoose": "^5.9.7",
    "npm": "^8.19.2",
    "prettier": "^2.0.4",
    "puppeteer": "^2.1.1",
    "ramda": "^0.27.0",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "rimraf": "^3.0.2",
    "semver": "^7.2.2",
    "snyk": "^1.305.1",
    "tslib": "^1.11.1",
    "tslint": "^6.1.1",
    "tslint-config-prettier": "^1.18.0",
    "vsce": "^2.11.0",
    "vscode-languageclient": "^6.1.3",
    "yarn": "^1.22.15"
  },
  "categories": [
    "Programming Languages",
    "Themes",
    "Extension Packs"
  ],
  "galleryBanner": {
    "color": "#202135",
    "theme": "dark"
  },
  "contributes": {
    "themes": [
      {
        "label": "Pop N' Lock Theme by Luxcium ✨",
        "uiTheme": "vs-dark",
        "path": "./src/themes/Pop-N-Lock.original.json"
      },
      {
        "label": "Pop N' Lock Theme by Luxcium ✨ Alexis's Black ⛷",
        "uiTheme": "vs-dark",
        "path": "./src/themes/Pop-N-Lock.alexis-black.json"
      },
      {
        "label": "Pop N' Lock Theme by Luxcium ✨ TSA/ASD 🧩",
        "uiTheme": "vs-dark",
        "path": "./src/themes/Pop-N-Lock.tsa-asd.json"
      }
    ],
    "languages": [
      {
        "id": "typescript",
        "aliases": [
          "TypeScript (Luxcium)"
        ],
        "extensions": [
          ".ts"
        ],
        "configuration": "./src/languages/ts.language-configuration.json"
      },
      {
        "id": "typescriptreact",
        "aliases": [
          "TypeScript React (Luxcium)"
        ],
        "extensions": [
          ".tsx"
        ],
        "configuration": "./src/languages/tsx.language-configuration.json"
      },
      {
        "id": "javascript",
        "aliases": [
          "JavaScript (Luxcium)"
        ],
        "extensions": [
          ".js"
        ],
        "configuration": "./src/languages/js.language-configuration.json"
      },
      {
        "id": "javascriptreact",
        "aliases": [
          "JavaScript React (Luxcium)"
        ],
        "extensions": [
          ".jsx"
        ],
        "configuration": "./src/languages/jsx.language-configuration.json"
      },
      {
        "id": "json",
        "aliases": [
          "JSON"
        ],
        "extensions": [
          ".json"
        ],
        "configuration": "./src/languages/json.language-configuration.json"
      },
      {
        "id": "jsonc",
        "aliases": [
          "JSON with Comments"
        ],
        "extensions": [
          ".jsonc"
        ],
        "configuration": "./src/languages/jsonc.language-configuration.json"
      },
      {
        "id": "yaml",
        "aliases": [
          "YAML"
        ],
        "extensions": [
          ".yml",
          ".yaml"
        ],
        "configuration": "./src/languages/yaml.language-configuration.json"
      },
      {
        "id": "html",
        "aliases": [
          "HTML"
        ],
        "extensions": [
          ".html",
          ".htm"
        ],
        "configuration": "./src/languages/html.language-configuration.json"
      },
      {
        "id": "css",
        "aliases": [
          "CSS"
        ],
        "extensions": [
          ".css"
        ],
        "configuration": "./src/languages/css.language-configuration.json"
      }
    ]
  },
  "extensionPack": [
    "aaron-bond.better-comments",
    "pkief.material-icon-theme"
  ],
  "keywords": [
    "Dark Theme",
    "Syntax",
    "Italic Theme",
    "Shades of Purple",
    "Cursive"
  ],
  "tags": [
    "vscode",
    "theme",
    "balanced",
    "popping-and-locking-vscode",
    "js",
    "jsx",
    "css",
    "scss",
    "saturated",
    "web-development",
    "beautiful",
    "dark-color-theme",
    "dark",
    "blue",
    "italics",
    "cursive-italics",
    "cursive",
    "operator-mono",
    "victormono",
    "fira-code-iscript",
    "Typescript Syntax",
    "Typescript Grammar",
    "TypeScript",
    "Shades of Blue",
    "Shades of Purple",
    "Highlighting",
    "Syntax Highlighting",
    "Syntax",
    "Development",
    "Dark Color Theme",
    "Dark",
    "Night",
    "popular",
    "Pop",
    "lock",
    "Luxcium",
    "Trending",
    "Popping and Locking Vscode",
    "Saturated",
    "Vivid Theme",
    "Better Comments",
    "Bracket Pair Colorizer 2",
    "Material Icon Theme",
    "Cursive Font",
    "Cursive theme",
    "Italic Theme"
  ],
  "badges": [
    {
      "description": "GitHub stars",
      "href": "https://github.com/luxcium/pop-n-lock-theme-vscode/stargazers",
      "url": "https://img.shields.io/github/stars/luxcium/pop-n-lock-theme-vscode.svg?style=social"
    },
    {
      "description": "GitHub issues",
      "href": "https://github.com/luxcium/pop-n-lock-theme-vscode/issues",
      "url": "https://img.shields.io/github/issues/luxcium/pop-n-lock-theme-vscode.svg?style=social"
    },
    {
      "description": "GitHub contributors",
      "href": "https://github.com/luxcium/pop-n-lock-theme-vscode/graphs/contributors",
      "url": "https://img.shields.io/github/contributors-anon/luxcium/pop-n-lock-theme-vscode.svg?style=social"
    },
    {
      "description": "Theme Installs",
      "href": "https://marketplace.visualstudio.com/items?itemName=Luxcium.pop-n-lock-theme-vscode&ssr=false#review-details",
      "url": "https://img.shields.io/visual-studio-marketplace/i/Luxcium.pop-n-lock-theme-vscode?color=green"
    },
    {
      "description": "Theme Downloads",
      "href": "https://marketplace.visualstudio.com/items?itemName=Luxcium.pop-n-lock-theme-vscode&ssr=false#review-details",
      "url": "https://img.shields.io/visual-studio-marketplace/d/Luxcium.pop-n-lock-theme-vscode?color=green"
    },
    {
      "description": "Known Vulnerabilities (Snyk.io)",
      "href": "https://snyk.io/test/github/Luxcium/pop-n-lock-theme-vscode",
      "url": "https://snyk.io/test/github/Luxcium/pop-n-lock-theme-vscode/badge.svg"
    },
    {
      "description": "Visual Studio Marketplace Rating (Stars)",
      "href": "https://marketplace.visualstudio.com/items?itemName=Luxcium.pop-n-lock-theme-vscode&ssr=false#review-details",
      "url": "https://img.shields.io/visual-studio-marketplace/stars/luxcium.pop-n-lock-theme-vscode.svg?color=48A&label=Pop%20N%27%20Lock"
    }
  ],
  "__metadata": {
    "id": "e9677069-69cb-4942-ba29-54429a6cb4af",
    "publisherDisplayName": "Luxcium ✨",
    "publisherId": "896dbdcd-d417-4c51-8ff0-ec82723b0706"
  }
}
