{
  "name": "@adityaaria/spark",
  "version": "6.1.1",
  "description": "SPARK skills and runtime bootstrap for coding agents",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "spark": "bin/spark.js"
  },
  "scripts": {
    "install": "bash bin/spark-install.sh",
    "uninstall": "bash bin/spark-uninstall.sh",
    "update": "bash bin/spark-update.sh",
    "test": "bash tests/native-installer/test-spark-install.sh && bash tests/native-installer/test-cli-wrapper-parity.sh && node --test tests/npm-installer/cli.test.mjs"
  },
  "files": [
    "bin",
    "src",
    "skills",
    "hooks",
    ".claude-plugin",
    ".codex-plugin",
    ".cursor-plugin",
    ".kimi-plugin",
    ".opencode",
    ".pi",
    "assets",
    "README.md",
    "CLAUDE.md",
    "GEMINI.md",
    "CODE_OF_CONDUCT.md",
    "RELEASE-NOTES.md",
    "docs/README.kimi.md",
    "docs/README.opencode.md",
    "docs/porting-to-a-new-harness.md",
    "gemini-extension.json",
    ".version-bump.json"
  ],
  "main": ".opencode/plugins/spark.js",
  "keywords": [
    "pi-package",
    "skills",
    "tdd",
    "debugging",
    "collaboration",
    "workflow"
  ],
  "pi": {
    "extensions": [
      "./.pi/extensions/spark.ts"
    ],
    "skills": [
      "./skills"
    ]
  }
}
