{
  "name": "pi-quran-verses",
  "version": "0.1.1",
  "type": "module",
  "description": "Pi extension that shows complete-sentence Quran verses in the working spinner, with multi-language translation settings.",
  "license": "MIT",
  "author": {
    "name": "mwijanarko1",
    "url": "https://github.com/mwijanarko1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mwijanarko1/pi-quran-verses.git"
  },
  "bugs": {
    "url": "https://github.com/mwijanarko1/pi-quran-verses/issues"
  },
  "homepage": "https://github.com/mwijanarko1/pi-quran-verses#readme",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "quran",
    "extension"
  ],
  "files": [
    "extensions",
    "README.md",
    "LICENSE",
    "docs/demo-spinner.gif",
    "docs/demo-spinner.png",
    "docs/EXTENSION.md"
  ],
  "exports": {
    ".": "./extensions/index.ts"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  }
}
