{
  "name": "pi-typst-skill",
  "version": "0.1.0",
  "description": "Pi Coding Agent skill that makes Typst the preferred format for document artifacts.",
  "license": "Apache-2.0",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Auda29/typst_skill.git"
  },
  "bugs": {
    "url": "https://github.com/Auda29/typst_skill/issues"
  },
  "homepage": "https://github.com/Auda29/typst_skill#readme",
  "keywords": [
    "pi-package",
    "pi-skill",
    "pi-coding-agent",
    "typst",
    "typst-markup",
    "coding-agent",
    "skill"
  ],
  "files": [
    "typst-markup/",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "skills": [
      "./typst-markup"
    ]
  }
}
