{
  "name": "opencode-skill-creator",
  "version": "0.2.25",
  "description": "OpenCode plugin for skill creation — custom tools for validation, evaluation, description optimization, benchmarking, and review serving.",
  "type": "module",
  "main": "./dist/skill-creator.js",
  "bin": {
    "opencode-skill-creator": "./bin/opencode-skill-creator.js"
  },
  "scripts": {
    "build": "node ./scripts/build.mjs",
    "test": "node --test test/*.test.mjs",
    "test:ts": "bun test --isolate test/*.test.ts",
    "prepack": "npm run build && npm test && npm run test:ts"
  },
  "dependencies": {
    "jsonc-parser": "^3.3.1"
  },
  "files": [
    "README.md",
    "bin/",
    "dist/"
  ],
  "keywords": [
    "opencode",
    "opencode-plugin",
    "skill-creator",
    "ai-skills",
    "agent-skills",
    "eval",
    "benchmark",
    "description-optimization",
    "skill-evaluation",
    "llm",
    "ai-agent",
    "open-source",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antongulin/opencode-skill-creator.git",
    "directory": "plugin"
  },
  "homepage": "https://github.com/antongulin/opencode-skill-creator#readme",
  "bugs": {
    "url": "https://github.com/antongulin/opencode-skill-creator/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "peerDependencies": {
    "@opencode-ai/plugin": ">=1.0.0"
  },
  "devDependencies": {
    "@opencode-ai/plugin": "^1.0.0",
    "@types/bun": "latest"
  }
}
