{
  "name": "monaco-themes",
  "version": "0.4.8",
  "description": "Themes for monaco editor in web browser",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./dist/monaco-themes.js": "./dist/monaco-themes.js"
  },
  "scripts": {
    "prepublishOnly": "pnpm run build && pnpm run download && pnpm run generate",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsdown",
    "dev": "vite",
    "download": "node --experimental-strip-types ./scripts/download.ts",
    "generate": "node --experimental-strip-types ./scripts/generate.ts"
  },
  "keywords": [
    "monaco",
    "editor",
    "themes"
  ],
  "files": [
    "themes",
    "dist",
    "README.md"
  ],
  "author": "Brijesh <brijesh@bitwiser.in>",
  "repository": {
    "type": "git",
    "url": "https://github.com/brijeshb42/monaco-themes.git"
  },
  "homepage": "https://editor.bitwiser.in/",
  "license": "MIT",
  "devDependencies": {
    "@types/follow-redirects": "^1.14.4",
    "@types/node": "^22.10.2",
    "follow-redirects": "^1.15.9",
    "tsdown": "^0.3.0",
    "typescript": "^5.7.2",
    "vite": "^6.0.3"
  },
  "dependencies": {
    "fast-plist": "^0.1.3"
  },
  "packageManager": "pnpm@10.23.0",
  "engines": {
    "node": ">=22.0.0"
  }
}
