{
  "name": "@wowok/skills",
  "version": "1.1.12",
  "description": "WoWok AI Skills for Claude and other AI assistants - Helping AI use WoWok MCP tools correctly",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "wowok-skills": "dist/cli.js"
  },
  "files": [
    "dist/",
    "wowok-provider/",
    "wowok-arbitrator/",
    "wowok-guard/",
    "wowok-tools/",
    "wowok-safety/",
    "wowok-machine/",
    "wowok-order/",
    "wowok-messenger/",
    "wowok-output/",
    "wowok-onboard/",
    "wowok-scenario/",
    "wowok-planner/",
    "wowok-auditor/",
    "examples/",
    "scripts/install.js",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "prepublishOnly": "npm run build",
    "postinstall": "node scripts/install.js",
    "preuninstall": "node scripts/install.js"
  },
  "keywords": [
    "wowok",
    "ai",
    "skills",
    "claude",
    "mcp",
    "blockchain",
    "web3",
    "ai-agent"
  ],
  "author": "wowok <build@wowok.net>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wowok-ai/skills.git"
  },
  "homepage": "https://wowok.net",
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.8.0"
  },
  "dependencies": {}
}
