{
  "name": "nori-skillsets",
  "version": "0.28.0",
  "description": "Nori Skillsets plugin for Claude Code",
  "type": "module",
  "bin": {
    "nori-skillsets": "./build/src/cli/nori-skillsets.js",
    "nori-skillset": "./build/src/cli/nori-skillsets.js",
    "sks": "./build/src/cli/nori-skillsets.js"
  },
  "keywords": [
    "claude",
    "claude code",
    "codex",
    "skills",
    "skillsets",
    "registry",
    "nori",
    "agent",
    "plugin",
    "context engineering"
  ],
  "homepage": "https://github.com/tilework-tech/nori-skillsets/tree/main",
  "bugs": {
    "url": "https://github.com/tilework-tech/nori-skillsets/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tilework-tech/nori-skillsets"
  },
  "author": "Tilework <contact@tilework.tech>",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "postinstall": "node build/src/cli/features/claude-code/hooks/cleanupLegacyHooks.js 2>/dev/null || true"
  },
  "dependencies": {
    "@clack/prompts": "^1.0.0",
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "better-sqlite3": "^12.5.0",
    "chokidar": "^5.0.0",
    "commander": "^14.0.2",
    "diff": "^8.0.3",
    "firebase": "^12.3.0",
    "glob": "^13.0.0",
    "open": "^11.0.0",
    "semver": "^7.7.3",
    "tar": "^7.5.16",
    "undici": "^7.20.0",
    "winston": "^3.19.0"
  }
}
