{
  "name": "ai-skillkit",
  "version": "1.3.5",
  "description": "Reusable prompt skills for AI coding agents, with a zero-dependency JavaScript API and CLI.",
  "main": "lib/index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "require": "./lib/index.js",
      "import": "./index.mjs"
    }
  },
  "bin": {
    "ai-skillkit": "bin/cli.js"
  },
  "files": [
    "bin",
    "index.d.ts",
    "index.mjs",
    "lib",
    "skills",
    "examples",
    "scripts",
    "README.md",
    "GETTING_STARTED.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node test/index.test.js",
    "postinstall": "node scripts/postinstall.js"
  },
  "keywords": [
    "ai",
    "llm",
    "claude",
    "openai",
    "cursor",
    "windsurf",
    "skill",
    "agent",
    "coding-agent",
    "prompt",
    "system-prompt",
    "prompt-engineering",
    "ai-agents",
    "skillkit"
  ],
  "author": "Rudra Panchal",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rudrapanchal81/ai-skillkit.git"
  },
  "homepage": "https://github.com/rudrapanchal81/ai-skillkit#readme",
  "bugs": {
    "url": "https://github.com/rudrapanchal81/ai-skillkit/issues"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "license": "MIT"
}
