{
  "name": "monacopilot",
  "version": "1.2.12",
  "description": "AI auto-completion plugin for Monaco Editor",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "monaco-editor": "^0.55.1",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3"
  },
  "keywords": [
    "monaco-editor",
    "monaco",
    "ai",
    "auto-completion",
    "code-completion",
    "copilot",
    "github-copilot"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arshad-yaseen/monacopilot.git"
  },
  "homepage": "https://monacopilot.dev",
  "maintainers": [
    {
      "name": "Arshad Yaseen",
      "email": "arshadpyaseen@gmail.com",
      "url": "https://arshad.fyi"
    }
  ],
  "license": "MIT",
  "author": "Arshad Yaseen <arshadpyaseen@gmail.com> (https://arshad.fyi)",
  "dependencies": {
    "@monacopilot/core": "1.2.12"
  },
  "peerDependencies": {
    "monaco-editor": ">=0.41.0"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch"
  }
}