{
  "name": "@cremini/skillpack",
  "version": "1.3.18",
  "description": "Pack AI Skills into Local Agents",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CreminiAI/skillpack.git"
  },
  "bugs": {
    "url": "https://github.com/CreminiAI/skillpack/issues"
  },
  "homepage": "https://github.com/CreminiAI/skillpack#readme",
  "bin": {
    "skillpack": "dist/cli.js"
  },
  "files": [
    "dist",
    "web",
    "templates",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "check": "tsc --noEmit",
    "test": "node --import tsx --test tests/*.test.ts",
    "format": "prettier --write .",
    "prepare": "npm run build",
    "create": "tsup && node dist/cli.js create",
    "run": "tsup && node dist/cli.js run",
    "zip": "tsup && node dist/cli.js zip"
  },
  "keywords": [
    "skills",
    "agent",
    "ai",
    "cli"
  ],
  "author": "CreminiAI",
  "license": "MIT",
  "dependencies": {
    "@earendil-works/pi-coding-agent": "^0.79.4",
    "@larksuiteoapi/node-sdk": "^1.66.1",
    "@sinclair/typebox": "^0.34.41",
    "@slack/bolt": "^4.6.0",
    "ajv": "^8.17.1",
    "archiver": "^7.0.1",
    "chalk": "^5.6.2",
    "commander": "^14.0.3",
    "express": "^5.1.0",
    "inquirer": "^13.3.0",
    "node-cron": "^4.2.1",
    "node-telegram-bot-api": "^0.66.0",
    "ws": "^8.19.0"
  },
  "devDependencies": {
    "@types/archiver": "^7.0.0",
    "@types/express": "^5.0.0",
    "@types/inquirer": "^9.0.9",
    "@types/node": "^25.5.0",
    "@types/node-cron": "^3.0.11",
    "@types/node-telegram-bot-api": "^0.64.0",
    "@types/ws": "^8.18.0",
    "prettier": "^3.8.1",
    "tsup": "^8.5.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  }
}