{
    "name": "@deppon/deppon-skills",
    "version": "2.5.98",
    "description": "Cursor Agent Skills for @deppon/* (ProForm, ProTable, private npm workflow; PRD 见 @deppon/pm-toolkit)",
    "license": "MIT",
    "keywords": [
        "cursor",
        "cursor-agent",
        "skills",
        "deppon"
    ],
    "bin": {
        "deppon-skills-install": "install.cjs"
    },
    "scripts": {
        "build": "node scripts/sync-skills.cjs",
        "sync": "npm run build",
        "prepack": "npm run build",
        "publish:auto": "npm publish"
    },
    "files": [
        "dist",
        "install.cjs",
        "README.md"
    ],
    "publishConfig": {
        "registry": "https://registry.npmjs.org/",
        "access": "public"
    },
    "repository": {
        "type": "git",
        "url": ""
    }
}
