{
  "name": "@taptap/data-skills",
  "version": "0.1.22",
  "description": "TapTap data team skill installer (wrapper around vercel-labs/skills with KB + MCP support)",
  "license": "UNLICENSED",
  "type": "commonjs",
  "engines": {
    "node": ">=18.17"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "data-skills": "bin/data-skills.js"
  },
  "main": "lib/dispatch.js",
  "files": [
    "bin/",
    "lib/",
    "commands/",
    "scripts/lib/",
    "catalog.json",
    "build-info.json",
    "README.md"
  ],
  "scripts": {
    "test": "for f in __tests__/*.test.js; do node \"$f\" || exit 1; done",
    "lint:skills": "node scripts/lint-skills.js",
    "build": "node scripts/build-package.js",
    "build:check": "node scripts/build-package.js --check"
  },
  "dependencies": {
    "skills": "1.5.1",
    "proper-lockfile": "^4.1.2",
    "semver": "^7.6.0",
    "js-yaml": "^5.2.2",
    "tar": "^7.5.22"
  },
  "devDependencies": {}
}
