{
  "name": "monaco-editor-themes",
  "version": "1.0.0",
  "description": "Themes for monaco-editor",
  "keywords": [
    "monaco-editor",
    "theme"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "homepage": "https://github.com/dongchengjie/monaco-editor-themes",
  "bugs": {
    "url": "https://github.com/dongchengjie/monaco-editor-themes/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/dongchengjie/monaco-editor-themes"
  },
  "scripts": {
    "build": "node ./scripts/build.mjs"
  },
  "dependencies": {
    "monaco-editor": "^0.48.0"
  },
  "devDependencies": {
    "chalk": "^5.3.0",
    "fs-extra": "^11.2.0",
    "prettier": "^3.2.5",
    "typescript": "^5.4.5",
    "vscode-theme-to-monaco-theme-node": "^1.0.0"
  }
}
